We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5611b4 commit c21a163Copy full SHA for c21a163
images/CI_fail_djangoTest.png
102 KB
optimizer/models.py
@@ -50,7 +50,6 @@ def optimizeCode(self, line_v):
50
if i > 0:
51
if cur_line_token[0] == prev_line_token[1] and cur_line_token[1] == prev_line_token[0]:
52
# do nothing
53
- writeFile.write(curLine+'\n')
54
continue
55
else:
56
writeFile.write(curLine+'\n')
0 commit comments