mirror of
https://github.com/senju1337/senju.git
synced 2025-12-24 07:39:29 +00:00
fix: flake8 lint for unused pytest in a test
This commit is contained in:
parent
180d12d68b
commit
8a24ad29c8
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# do not remove this import. This is needed for
|
||||
# pytest fixtures to work
|
||||
import pytest
|
||||
import pytest # noqa: F401
|
||||
|
||||
from senju.store_manager import StoreManager # noqa: F401
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue