We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b01ca6 commit 205bd1fCopy full SHA for 205bd1f
pisi/util.py
@@ -18,8 +18,6 @@
18
import subprocess
19
import unicodedata
20
21
-from jeepney import MessageType
22
-
23
from pisi import translate as _
24
from functools import reduce
25
@@ -961,7 +959,7 @@ def letters():
961
959
962
960
# https://www.freedesktop.org/software/systemd/man/latest/systemd-inhibit.html
963
def systemd_inhibit(reason: str):
964
- from jeepney import DBusAddress, DBusErrorResponse, new_method_call
+ from jeepney import DBusAddress, MessageType, new_method_call
965
from jeepney.io.blocking import open_dbus_connection
966
967
try:
0 commit comments