Skip to content

Commit 143c81c

Browse files
committed
Fixed Linting
1 parent 9d3707b commit 143c81c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pomodoro_timer/pomodoro_timer.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import ctypes
2-
import os
32
import time
43
from tkinter import Button, Entry, Frame, Label, Tk
54
from tkinter.constants import BOTTOM, FLAT, LEFT
@@ -173,6 +172,5 @@ def start_timer(options, cycle_limit=5):
173172
instruction_label.pack()
174173

175174
if __name__ == "__main__":
176-
os.system('python -m flake8 .')
177175
threading.Thread(target=today).start()
178176
root.mainloop()

0 commit comments

Comments
 (0)