Skip to content

Fix/remove dead import#38

Open
amendahawi wants to merge 12 commits into
pipfile-experimentfrom
fix/remove-dead-import
Open

Fix/remove dead import#38
amendahawi wants to merge 12 commits into
pipfile-experimentfrom
fix/remove-dead-import

Conversation

@amendahawi
Copy link
Copy Markdown

Problem

The line from os import nice in core.py caused an ImportError on Windows systems, since os.nice() is only available on Unix-based platforms.

Solution

Removed the unnecessary import. The nice function wasn’t used anywhere in the code, and removing it resolves the compatibility issue on Windows.

@SinaL0123 SinaL0123 deleted the fix/remove-dead-import branch November 4, 2025 22:36
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.

4 participants