Skip to content

Commit 2f4f200

Browse files
committed
🎨 reformat test with black
1 parent a0694f1 commit 2f4f200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/sqlite3_to_mysql_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def test_translate_type_from_sqlite_to_mysql_all_valid_columns(
7272
mysql_text_type=mysql_text_type,
7373
)
7474

75-
for column in sqlite_column_types + ("INT64", "BOOL",):
75+
for column in sqlite_column_types + ("INT64", "BOOL"):
7676
if column in {"Insert", "insert", "dialect"}:
7777
continue
7878
elif column == "VARCHAR":

0 commit comments

Comments
 (0)