Skip to content

Commit 2a25ca0

Browse files
committed
fix: formatting
1 parent 704e80e commit 2a25ca0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ublue_update/cli.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
import logging
66
import tomllib
77
import argparse
8-
import signal
98

109
from ublue_update.notification_manager import NotificationManager
1110
from ublue_update.update_checks.system import system_update_check
@@ -87,6 +86,7 @@ def hardware_inhibitor_checks_failed(
8786
raise Exception(f"update failed to pass checks: \n - {exception_log}")
8887
sys.exit()
8988

89+
9090
def check_hardware_inhibitors() -> bool:
9191

9292
hardware_inhibitors = [
@@ -166,6 +166,7 @@ def run_updates():
166166
).show(5)
167167
log.info("System update complete")
168168

169+
169170
config, fallback_config = load_config()
170171

171172
dbus_notify: bool = load_value("notify", "dbus_notify")
@@ -233,4 +234,3 @@ def main():
233234
).show(5)
234235

235236
run_updates()
236-

0 commit comments

Comments
 (0)