Skip to content

Commit d92eee9

Browse files
committed
Cleanup
1 parent a36a35c commit d92eee9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/validate_all.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
if os.path.exists("validation_output.txt"):
1313
os.remove("validation_output.txt")
14-
i = 0
1514
for sample in glob.glob("*.exe"):
1615
# Skip headless samples, as they require manual keypress
1716
if "headless" in sample:

0 commit comments

Comments
 (0)