Skip to content

Commit

Permalink
fix: sorting imports?
Browse files Browse the repository at this point in the history
  • Loading branch information
simojo committed Sep 22, 2023
1 parent 1fed7d3 commit 84d81d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/test_constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import pytest
from hypothesis import given, strategies
from pathlib import Path

from chasten import constants


Expand Down
2 changes: 1 addition & 1 deletion tests/test_filesystem.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

import pytest
from hypothesis import given, strategies
from rich.tree import Tree
from pathlib import Path
from rich.tree import Tree

from chasten import constants, filesystem

Expand Down

0 comments on commit 84d81d9

Please sign in to comment.