Skip to content

Commit b206861

Browse files
committed
ind
1 parent e4a94ed commit b206861

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ def convert_to_eq(self, node):
6464
def convert_to_neq(self, node):
6565
return ast.NotEq()
6666

67-
6867
def convert_to_increment(self, node: ast.Constant):
6968
return ast.Constant(value=node.value + 1)
7069

0 commit comments

Comments
 (0)