We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 115e208 commit f101546Copy full SHA for f101546
1 file changed
sqlparse/engine/statement_splitter.py
@@ -54,7 +54,7 @@ def _change_splitlevel(self, ttype, value):
54
if unified == 'BEGIN':
55
self._begin_depth += 1
56
if self._is_create:
57
- # FIXME(andi): This makes no sense.
+ # FIXME(andi): This makes no sense. ## this comment neither
58
return 1
59
return 0
60
0 commit comments