Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
georgesittas committed Oct 22, 2024
1 parent 9e11654 commit 9edd92f
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions tests/dialects/test_clickhouse.py
Original file line number Diff line number Diff line change
Expand Up @@ -646,14 +646,7 @@ def test_signed_and_unsigned_types(self):
)

def test_geom_types(self):
data_types = [
"Point",
"Ring",
"LineString",
"MultiLineString",
"Polygon",
"MultiPolygon"
]
data_types = ["Point", "Ring", "LineString", "MultiLineString", "Polygon", "MultiPolygon"]
for data_type in data_types:
with self.subTest(f"Casting to ClickHouse {data_type}"):
self.validate_identity(f"SELECT CAST(val AS {data_type})")
Expand Down

0 comments on commit 9edd92f

Please sign in to comment.