Skip to content

Commit b4fbd5d

Browse files
committed
1 parent d69b0cf commit b4fbd5d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sqlparse/engine/statement_splitter.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ def _reset(self):
1919
"""Set the filter attributes to its default values"""
2020
self._in_declare = False
2121
self._is_create = False
22-
self._parenthesis_depth = 0
2322
self._begin_depth = 0
2423

2524
self.consume_ws = False

0 commit comments

Comments
 (0)