server/auth: fixed borked imports
This commit is contained in:
parent
6f53ca92d9
commit
053bd591a0
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
Reference in a new issue