Skip to content

Commit 999f5ed

Browse files
committed
fix: clean outdated variant
1 parent dea6f59 commit 999f5ed

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

cli2gui/types.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -121,15 +121,9 @@ class GUIType(str, Enum):
121121
WEB = "pysimpleguiweb"
122122
QT = "pysimpleguiqt"
123123
FSG = "freesimplegui"
124-
FSG_QT = "freesimpleguiqt"
125-
FSG_WX = "freesimpleguiwx"
126-
FSG_WEB = "freesimpleguiweb"
127124
"""
128125

129126
DEFAULT = "pysimplegui"
130127
WEB = "pysimpleguiweb"
131128
QT = "pysimpleguiqt"
132129
FSG = "freesimplegui"
133-
FSG_QT = "freesimpleguiqt"
134-
FSG_WX = "freesimpleguiwx"
135-
FSG_WEB = "freesimpleguiweb"

0 commit comments

Comments
 (0)