Skip to content

Commit

Permalink
👹 Feed the hobgoblins (delint).
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Feb 11, 2021
1 parent f25dd0d commit 705115a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jaraco/windows/filesystem/backports.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def realpath(path):
return path


def _resolve_path(path, rest, seen):
def _resolve_path(path, rest, seen): # noqa: C901
# Windows normalizes the path before resolving symlinks; be sure to
# follow the same behavior.
rest = os.path.normpath(rest)
Expand Down

0 comments on commit 705115a

Please sign in to comment.