Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Schamper committed Jan 10, 2025
1 parent 2cb3c26 commit 3fe6279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dissect/target/helpers/compat/path_313.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def __init__(self, fs: Filesystem, *pathsegments):
def with_segments(self, *pathsegments) -> TargetPath:
return type(self)(self._fs, *pathsegments)

# NOTE: This is copied from pathlib/_local.py
# NOTE: This is copied from pathlib/_local.py
# but turned into an instance method so we get access to the correct flavour
def _parse_path(self, path: str) -> tuple[str, str, list[str]]:
if not path:
Expand Down

0 comments on commit 3fe6279

Please sign in to comment.