Skip to content

Commit

Permalink
chore: fix flake8 errors
Browse files Browse the repository at this point in the history
  • Loading branch information
cfxegbert committed Oct 15, 2024
1 parent 2556eaa commit af36a1a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/rez/utils/filesystem.py
Original file line number Diff line number Diff line change
Expand Up @@ -756,4 +756,3 @@ def real_path(path):
if is_windows and not config.windows_unc_path:
return os.path.abspath(path)
return os.path.realpath(path)

0 comments on commit af36a1a

Please sign in to comment.