Pycharm refactor failed me.

This commit is contained in:
Adarnof
2017-10-10 10:41:25 -04:00
parent 3f33485ca9
commit cfad4fa8a6
12 changed files with 12 additions and 12 deletions

View File

@@ -4,7 +4,7 @@ from esi.errors import TokenExpiredError, TokenInvalidError
from esi.models import Token
from allianceauth.authentication.models import CharacterOwnership
from allianceauth.celeryapp import app
from allianceauth.celery import app
logger = logging.getLogger(__name__)