Skip to content

Commit f945090

Browse files
committed
style(sqlalchemy-bigquery): format test_geography.py with black
1 parent f5e0991 commit f945090

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ def test_fixup_st_arguments():
188188
from sqlalchemy.sql.elements import BindParameter
189189

190190
from sqlalchemy_bigquery.geography import GEOGRAPHY, _fixup_st_arguments
191+
191192
class DummyCompiler:
192193
def visit_function(self, element, **kw):
193194
return "func(param)"

0 commit comments

Comments
 (0)