Make mypy happy
This commit is contained in:
parent
6fcb5ecb85
commit
fbef0f9deb
@ -82,8 +82,8 @@ def optimize_all(expression: Union[str, Node], rels: Dict[str, Relation], specif
|
|||||||
debug.append(str(n))
|
debug.append(str(n))
|
||||||
total += c
|
total += c
|
||||||
if general:
|
if general:
|
||||||
for i in optimizations.general_optimizations:
|
for j in optimizations.general_optimizations:
|
||||||
n, c = recursive_scan(i, n, None)
|
n, c = recursive_scan(j, n, None)
|
||||||
if c != 0 and isinstance(debug, list):
|
if c != 0 and isinstance(debug, list):
|
||||||
debug.append(str(n))
|
debug.append(str(n))
|
||||||
total += c
|
total += c
|
||||||
|
Loading…
x
Reference in New Issue
Block a user