Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
nothingface0 committed Jun 24, 2024
1 parent f3b6e15 commit 2a1a2c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/python/Core/GUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
# such as file and socket operations. On "straight" python code the
# interpreter yields the lock only every N byte code instructions;
# this server configures a large N (1'000'000).
import ssl
from importlib import import_module
from imp import get_suffixes
from copy import deepcopy
Expand Down

0 comments on commit 2a1a2c1

Please sign in to comment.