Skip to content

Commit 2d8b350

Browse files
authored
Merge pull request #171 from getsolus/fix-broken-import
2 parents 3b01ca6 + 205bd1f commit 2d8b350

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pisi/util.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
import subprocess
1919
import unicodedata
2020

21-
from jeepney import MessageType
22-
2321
from pisi import translate as _
2422
from functools import reduce
2523

@@ -961,7 +959,7 @@ def letters():
961959

962960
# https://www.freedesktop.org/software/systemd/man/latest/systemd-inhibit.html
963961
def systemd_inhibit(reason: str):
964-
from jeepney import DBusAddress, DBusErrorResponse, new_method_call
962+
from jeepney import DBusAddress, MessageType, new_method_call
965963
from jeepney.io.blocking import open_dbus_connection
966964

967965
try:

0 commit comments

Comments
 (0)