Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused import statement as it causes tkinter error #949

Merged
merged 1 commit into from
Nov 27, 2024

Conversation

Axedyson
Copy link
Contributor

@Axedyson Axedyson commented Nov 26, 2024

This PR fixes the following error:

Traceback (most recent call last):
  File "/home/anders/Project/Auto_Jobs_Applier_AIHawk/main.py", line 27, in <module>
    from ai_hawk.job_manager import AIHawkJobManager
  File "/home/anders/Project/Auto_Jobs_Applier_AIHawk/src/ai_hawk/job_manager.py", line 8, in <module>
    from turtle import color
  File "/usr/lib/python3.12/turtle.py", line 101, in <module>
    import tkinter as TK
ModuleNotFoundError: No module named 'tkinter'

by removing the import statement from turtle import color from the file, which can be done as the import statement is not being used.

I'm on WSL2 by the way.

@surapuramakhil surapuramakhil changed the base branch from main to hotfix/v2024.11.23 November 26, 2024 12:49
@surapuramakhil surapuramakhil merged commit 5642c9e into feder-cr:hotfix/v2024.11.23 Nov 27, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants