Skip to content

Commit

Permalink
Fix a flake8 annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
hexagonrecursion committed Feb 8, 2022
1 parent 9b4bc6e commit b4d3385
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
setup_logging()

from borg.testsuite import has_lchflags, has_llfuse, has_pyfuse3 # noqa: E402
from borg.testsuite import (
from borg.testsuite import ( # noqa: E402
are_symlinks_supported,
are_hardlinks_supported,
is_utime_fully_supported,
) # noqa: E402
)
from borg.testsuite.platform import fakeroot_detected # noqa: E402


Expand Down

0 comments on commit b4d3385

Please sign in to comment.