diff --git a/tests/conftest.py b/tests/conftest.py index 018253a..43d2472 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -23,9 +23,9 @@ if _REPO_ROOT not in sys.path: sys.path.insert(0, _REPO_ROOT) -import pytest +import pytest # noqa: E402 -from deglyph.core.image import Arch, Func, Image, Section +from deglyph.core.image import Arch, Func, Image, Section # noqa: E402 @pytest.fixture