Skip to content

Commit 9edd92f

Browse files
committed
Fix style
1 parent 9e11654 commit 9edd92f

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

tests/dialects/test_clickhouse.py

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -646,14 +646,7 @@ def test_signed_and_unsigned_types(self):
646646
)
647647

648648
def test_geom_types(self):
649-
data_types = [
650-
"Point",
651-
"Ring",
652-
"LineString",
653-
"MultiLineString",
654-
"Polygon",
655-
"MultiPolygon"
656-
]
649+
data_types = ["Point", "Ring", "LineString", "MultiLineString", "Polygon", "MultiPolygon"]
657650
for data_type in data_types:
658651
with self.subTest(f"Casting to ClickHouse {data_type}"):
659652
self.validate_identity(f"SELECT CAST(val AS {data_type})")

0 commit comments

Comments
 (0)