Skip to content

Commit be1f37c

Browse files
committed
remove unused import
1 parent a282cd2 commit be1f37c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_loader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from sqlalchemy import select
77
from sqlalchemy.sql.functions import count
88

9-
from gino.loader import AliasLoader, ColumnLoader
9+
from gino.loader import AliasLoader
1010
from .models import db, User, Team, Company
1111

1212
pytestmark = pytest.mark.asyncio

0 commit comments

Comments
 (0)