Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
ElectricityMachine committed Dec 18, 2023
1 parent 90589e6 commit 4e97ea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import sys
import threading
import time
from typing import Any, TypeVar
from typing import Any
import winsound
from collections.abc import Callable

Expand Down

0 comments on commit 4e97ea7

Please sign in to comment.