Skip to content

Commit

Permalink
Update black
Browse files Browse the repository at this point in the history
  • Loading branch information
virtuald committed May 16, 2024
1 parent 36357a0 commit 2c7891a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CppHeaderParser/CppHeaderParser.py
Original file line number Diff line number Diff line change
Expand Up @@ -1879,9 +1879,9 @@ def finalize_vars(self):
elif tag in self._template_typenames:
var["typename"] = tag
var["ctypes_type"] = "ctypes.c_void_p"
var[
"unresolved"
] = True # TODO, how to deal with templates?
var["unresolved"] = (
True # TODO, how to deal with templates?
)

elif tag.startswith(
"_"
Expand Down

0 comments on commit 2c7891a

Please sign in to comment.