Skip to content

Commit 5b2f6d7

Browse files
committed
Lint change
1 parent 6b0ca5b commit 5b2f6d7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

graphql_compiler/tests/test_data_tools/data_tool.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66

77
from funcy import retry
88
import six
9-
from sqlalchemy import (
10-
Column, Date, DateTime, MetaData, Numeric, String, Table, create_engine, text
11-
)
9+
from sqlalchemy import Column, Date, DateTime, MetaData, Numeric, String, Table, create_engine, text
1210

1311
from ..integration_tests.integration_backend_config import (
1412
EXPLICIT_DB_BACKENDS, SQL_BACKEND_TO_CONNECTION_STRING, SqlTestBackend

0 commit comments

Comments
 (0)