Skip to content

Commit

Permalink
Merge pull request #949 from Axedyson/patch-2
Browse files Browse the repository at this point in the history
Remove unused import statement as it causes tkinter error

Co-authored-by: cjbbb <[email protected]>
Co-authored-by: Axedyson <[email protected]>
  • Loading branch information
3 people authored Nov 27, 2024
2 parents 892a6fb + 1f625dc commit 5642c9e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ai_hawk/job_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
from itertools import product
from pathlib import Path
import traceback
from turtle import color

from inputimeout import inputimeout, TimeoutOccurred
from selenium.common.exceptions import NoSuchElementException
Expand Down

0 comments on commit 5642c9e

Please sign in to comment.