Revert "[REMOVE] Unused imports"

This reverts commit f497c18e5b.
This commit is contained in:
Joel Falknau
2025-03-03 11:47:19 +10:00
parent 37ffd0a1ac
commit f342ccbc6a
23 changed files with 52 additions and 8 deletions

View File

@@ -1,5 +1,6 @@
from django.test import TestCase
from django.contrib.auth.models import Group
from django.db import transaction
from allianceauth.tests.auth_utils import AuthUtils

View File

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