We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c2f28f commit 0fb9a7aCopy full SHA for 0fb9a7a
tests/conftest.py
@@ -43,8 +43,8 @@
43
'are set in environment.'
44
)
45
46
-from lampyrid.clients.firefly import FireflyClient
47
-from lampyrid.config import settings
+from lampyrid.clients.firefly import FireflyClient # noqa: E402
+from lampyrid.config import settings # noqa: E402
48
49
# Global cache for test data created programmatically
50
_cached_test_accounts: List[Account] | None = None
0 commit comments