Skip to content

Commit

Permalink
Merge branch 'bugfix/resume-from-sleep'
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Russell committed Oct 29, 2023
2 parents 811adb3 + 7dfd67d commit b2a7b96
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lgbattery.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
from infi.systray import SysTrayIcon

from device import Device, get_device_by_id
from exceptions import (BatteryMonitoringError, GracefulShutdown,
UnknownDeviceError)
from exceptions import BatteryMonitoringError, UnknownDeviceError
from globals import Shared
from icons import export_icons, get_icon

Expand Down

0 comments on commit b2a7b96

Please sign in to comment.