Skip to content

Commit 57ab860

Browse files
committed
tests: Drop unused imports
1 parent 34d8d6c commit 57ab860

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unit/malware/checks/package_turnover/test_check.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
)
2121

2222
from .....common.db.accounts import UserFactory
23-
from .....common.db.malware import MalwareCheckFactory, MalwareVerdictFactory
24-
from .....common.db.packaging import ProjectFactory, ReleaseFactory, RoleFactory
23+
from .....common.db.malware import MalwareCheckFactory
24+
from .....common.db.packaging import ProjectFactory, ReleaseFactory
2525

2626

2727
def test_initializes(db_session):

0 commit comments

Comments
 (0)