Skip to content

Commit

Permalink
Add comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
andialbrecht committed Oct 12, 2023
1 parent 115e208 commit f101546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlparse/engine/statement_splitter.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def _change_splitlevel(self, ttype, value):
if unified == 'BEGIN':
self._begin_depth += 1
if self._is_create:
# FIXME(andi): This makes no sense.
# FIXME(andi): This makes no sense. ## this comment neither
return 1
return 0

Expand Down

0 comments on commit f101546

Please sign in to comment.