Skip to content

Commit f64c141

Browse files
committed
Apply black
1 parent af23bd2 commit f64c141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_alter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,4 @@ def verify_alter(table, attribute_sql):
9393
verify_alter(table=Parent.Child, attribute_sql="`child_id` .* DEFAULT NULL")
9494
verify_alter(
9595
table=Parent.Grandchild, attribute_sql="`grandchild_id` .* DEFAULT NULL"
96-
)
96+
)

0 commit comments

Comments
 (0)