Skip to content

Commit daf92bb

Browse files
committed
Code style
Signed-off-by: Levko Kravets <[email protected]>
1 parent 9d1c0fb commit daf92bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/databricks/sqlalchemy/_ddl.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def post_create_table(self, table):
2424
post.append("COMMENT " + comment)
2525

2626
post.append("TBLPROPERTIES('delta.feature.allowColumnDefaults' = 'enabled')")
27-
return '\n'.join(post)
27+
return "\n".join(post)
2828

2929
def visit_unique_constraint(self, constraint, **kw):
3030
logger.warning("Databricks does not support unique constraints")

0 commit comments

Comments
 (0)