Skip to content

Commit 3fe6279

Browse files
committed
Fix linting
1 parent 2cb3c26 commit 3fe6279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dissect/target/helpers/compat/path_313.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def __init__(self, fs: Filesystem, *pathsegments):
115115
def with_segments(self, *pathsegments) -> TargetPath:
116116
return type(self)(self._fs, *pathsegments)
117117

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

0 commit comments

Comments
 (0)