Skip to content

Commit f2f77d1

Browse files
committed
style(sqlalchemy-bigquery): blacken formatted files
1 parent 70ff308 commit f2f77d1

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

packages/sqlalchemy-bigquery/tests/sqlalchemy_dialect_compliance/test_dialect_compliance.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -637,12 +637,8 @@ def test_no_results_for_non_returning_insert(cls):
637637
del DistinctOnTest # expects unquoted table names.
638638
del HasIndexTest # BQ doesn't do the indexes that SQLA is loooking for.
639639
del IdentityAutoincrementTest # BQ doesn't do autoincrement
640-
del (
641-
LongNameBlowoutTest
642-
) # Requires features (indexes, primary keys, etc., that BigQuery doesn't have.
643-
del (
644-
PostCompileParamsTest
645-
) # BQ adds backticks to bind parameters, causing failure of tests TODO: fix this?
640+
del LongNameBlowoutTest # Requires features (indexes, primary keys, etc., that BigQuery doesn't have.
641+
del PostCompileParamsTest # BQ adds backticks to bind parameters, causing failure of tests TODO: fix this?
646642
del QuotedNameArgumentTest # Quotes aren't allowed in BigQuery table names.
647643
del (
648644
WindowFunctionTest.test_window_rows_between

0 commit comments

Comments
 (0)