Skip to content

Commit 532a4cf

Browse files
committed
Added space between methods in base
1 parent e324ff9 commit 532a4cf

File tree

1 file changed

+1
-0
lines changed
  • src/databricks/sqlalchemy/dialect

1 file changed

+1
-0
lines changed

src/databricks/sqlalchemy/dialect/base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ def __init__(self, dialect):
1515
class DatabricksDDLCompiler(compiler.DDLCompiler):
1616
def post_create_table(self, table):
1717
return " USING DELTA"
18+
1819
def visit_set_column_comment(self, create, **kw):
1920
"""
2021
Example syntax for adding column comment:

0 commit comments

Comments
 (0)