diff --git a/tests/test_constants.py b/tests/test_constants.py index fccf8835..e3e0a5e7 100644 --- a/tests/test_constants.py +++ b/tests/test_constants.py @@ -5,6 +5,7 @@ import pytest from hypothesis import given, strategies from pathlib import Path + from chasten import constants diff --git a/tests/test_filesystem.py b/tests/test_filesystem.py index 819720d0..ef8e490d 100644 --- a/tests/test_filesystem.py +++ b/tests/test_filesystem.py @@ -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