fix: flake8 lint for unused pytest in a test

This commit is contained in:
Christoph J. Scherr 2025-02-25 16:15:53 +01:00
parent 1edfd7b0f5
commit d7dece3424
No known key found for this signature in database
GPG key ID: 9EB784BB202BB7BB

View file

@ -1,6 +1,6 @@
# do not remove this import. This is needed for # do not remove this import. This is needed for
# pytest fixtures to work # pytest fixtures to work
import pytest import pytest # noqa: F401
from senju.store_manager import StoreManager # noqa: F401 from senju.store_manager import StoreManager # noqa: F401