Skip to content

Commit a11763c

Browse files
author
MrButtCode
committed
style(ci): sort imports in base test class to satisfy isort
1 parent 6701643 commit a11763c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
import os
44
import warnings
5-
import utility
65
from collections import namedtuple
76
from contextlib import contextmanager
87
from unittest import mock
@@ -12,6 +11,7 @@
1211
from sqlalchemy import text
1312
from werkzeug.datastructures import Headers
1413

14+
import utility
1515
from database import create_session
1616
from mod_auth.models import Role, User
1717
from mod_customized.models import CustomizedTest, TestFork

0 commit comments

Comments
 (0)