Skip to content

Commit

Permalink
umu_plugins: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed May 17, 2024
1 parent 4cbf6c9 commit ac59cec
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions umu/umu_plugins.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from subprocess import Popen, TimeoutExpired, PIPE, STDOUT
from os import environ
from pathlib import Path
from typing import Any
from argparse import Namespace
Expand Down Expand Up @@ -105,8 +104,6 @@ def _check_env_toml(toml: dict[str, Any]) -> dict[str, Any]:
return toml




def enable_zenity(command: str, opts: list[str], msg: str) -> int:
"""Execute the command and pipe the output to Zenity.
Expand Down

0 comments on commit ac59cec

Please sign in to comment.