Skip to content

Commit

Permalink
DH-5583/reformat with black
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammadrezaPourreza committed Mar 12, 2024
1 parent 986564f commit 16cb40f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dataherald/sql_database/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def parser_to_filter_commands(cls, command: str) -> str:
"TRUNCATE",
"MERGE",
"EXECUTE",
"CREATE"
"CREATE",
]
parsed_command = sqlparse.parse(command)

Expand Down

0 comments on commit 16cb40f

Please sign in to comment.