Skip to content

Commit

Permalink
remove unused argument
Browse files Browse the repository at this point in the history
  • Loading branch information
Miauwkeru committed Aug 9, 2024
1 parent bd07c83 commit 31f582c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dissect/cstruct/cstruct.py
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ def _make_union(
) -> type[Structure]:
return self._make_struct(name, fields, align=align, anonymous=anonymous, base=Union)

def to_stub(self, name: str = "", packed: bool = True):
def to_stub(self, name: str = ""):
buffer = io.StringIO()
indentation = ""
if name:
Expand Down

0 comments on commit 31f582c

Please sign in to comment.