Skip to content

Commit

Permalink
Remove None typehint
Browse files Browse the repository at this point in the history
  • Loading branch information
Horofic committed Jan 29, 2024
1 parent dc5419a commit d654c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dissect/shellitem/lnk/lnk.py
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ def __init__(
linkinfo: Optional[LnkInfo] = None,
stringdata: Optional[LnkStringData] = None,
extradata: Optional[LnkExtraData] = None,
) -> None:
):
self.fh = fh

self.flags = None
Expand Down

0 comments on commit d654c57

Please sign in to comment.