We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5e0991 commit f945090Copy full SHA for f945090
1 file changed
packages/sqlalchemy-bigquery/tests/unit/test_geography.py
@@ -188,6 +188,7 @@ def test_fixup_st_arguments():
188
from sqlalchemy.sql.elements import BindParameter
189
190
from sqlalchemy_bigquery.geography import GEOGRAPHY, _fixup_st_arguments
191
+
192
class DummyCompiler:
193
def visit_function(self, element, **kw):
194
return "func(param)"
0 commit comments