Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2c7891a

Browse files
committedMay 16, 2024
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

Lines changed: 3 additions & 3 deletions
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)
Please sign in to comment.