Skip to content

Commit

Permalink
Fix pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
alecandido committed May 7, 2023
1 parent dd7431d commit aa7f027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eko/io/raw.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def safe_extractall(
path: Optional[os.PathLike] = None,
members: Optional[Sequence[TarInfo]] = None,
*,
numeric_owner: bool = False
numeric_owner: bool = False,
):
"""Extract a tar archive avoiding CVE-2007-4559 issue.
Expand Down

0 comments on commit aa7f027

Please sign in to comment.