Skip to content

Commit 2c3a586

Browse files
committed
style(sqlalchemy-bigquery): remove redundant WKT import in geography system test
1 parent 5b07017 commit 2c3a586

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

packages/sqlalchemy-bigquery/tests/system/test_geography.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,6 @@ def test_geoalchemy2_core(bigquery_dataset):
117117

118118
# and, while we're at it, that we can insert WKTs, although we
119119
# normally wouldn't want to.
120-
from sqlalchemy_bigquery import WKT
121-
122120
conn.execute(
123121
lake_table.insert().values(
124122
name="test2",

0 commit comments

Comments
 (0)