server/auth: fixed borked imports

This commit is contained in:
ReAnzu 2018-03-10 11:47:18 -06:00
parent 6f53ca92d9
commit 053bd591a0

View file

@ -1,7 +1,5 @@
from datetime import datetime, timedelta
import pytest import pytest
import pytz from datetime import datetime, timedelta
from szurubooru.func import auth from szurubooru.func import auth