Skip to content

Commit 2c7891a

Browse files
committed
Update black
1 parent 36357a0 commit 2c7891a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CppHeaderParser/CppHeaderParser.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -1879,9 +1879,9 @@ def finalize_vars(self):
18791879
elif tag in self._template_typenames:
18801880
var["typename"] = tag
18811881
var["ctypes_type"] = "ctypes.c_void_p"
1882-
var[
1883-
"unresolved"
1884-
] = True # TODO, how to deal with templates?
1882+
var["unresolved"] = (
1883+
True # TODO, how to deal with templates?
1884+
)
18851885

18861886
elif tag.startswith(
18871887
"_"

0 commit comments

Comments
 (0)