[REMOVE] Unused imports

This commit is contained in:
Peter Pfeufer
2025-02-16 23:20:36 +01:00
parent cb57d922e6
commit f497c18e5b
23 changed files with 8 additions and 52 deletions

View File

@@ -1,8 +1,6 @@
from django.test import TestCase
from ...models import EveCharacter, EveCorporationInfo, EveAllianceInfo
from .. import dotlan, zkillboard, evewho, eveimageserver
from ...templatetags import evelinks
class TestEveWho(TestCase):