Skip to content

Commit

Permalink
fix: import notification_manager module properly
Browse files Browse the repository at this point in the history
  • Loading branch information
gerblesh committed Jul 8, 2023
1 parent dc3325e commit ebc387f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ublue_update/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import logging
import tomllib
import argparse
from notification_manager import NotificationManager
from ublue_update.notification_manager import NotificationManager
from gi.repository import GLib

def check_cpu_load():
Expand Down

0 comments on commit ebc387f

Please sign in to comment.