Skip to content

Commit 0fb9a7a

Browse files
committed
fix: silence ruff errors about imports
1 parent 0c2f28f commit 0fb9a7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/conftest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
'are set in environment.'
4444
)
4545

46-
from lampyrid.clients.firefly import FireflyClient
47-
from lampyrid.config import settings
46+
from lampyrid.clients.firefly import FireflyClient # noqa: E402
47+
from lampyrid.config import settings # noqa: E402
4848

4949
# Global cache for test data created programmatically
5050
_cached_test_accounts: List[Account] | None = None

0 commit comments

Comments
 (0)