Skip to content

Commit

Permalink
fix: unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
WyvernIXTL committed Nov 7, 2024
1 parent 393295c commit 088de7b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ data.json
__pycache__
THIRD-PARTY-LICENSES.txt
*.7z
*.exe


# Byte-compiled / optimized / DLL files
Expand Down
1 change: 0 additions & 1 deletion gamepadla_plus/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
from pygame.joystick import JoystickType
from rich.traceback import install as traceback_install
import FreeSimpleGUI as sg
from sys import platform

from gamepadla_plus.__init__ import LICENSE_FILE_NAME, THIRD_PARTY_LICENSE_FILE_NAME
from gamepadla_plus.common import (
Expand Down

0 comments on commit 088de7b

Please sign in to comment.