Skip to content

Commit

Permalink
__main__: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Nov 23, 2024
1 parent 6a60023 commit 35a9dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion umu/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from argparse import ArgumentParser, Namespace, RawTextHelpFormatter

from umu import __version__
from umu.umu_consts import PROTON_VERBS, UMU_LOCAL
from umu.umu_consts import PROTON_VERBS
from umu.umu_log import log
from umu.umu_run import umu_run
from umu.umu_util import is_winetricks_verb
Expand Down

0 comments on commit 35a9dc7

Please sign in to comment.