Skip to content

Commit

Permalink
Remove unused import in battery module
Browse files Browse the repository at this point in the history
  • Loading branch information
timmo001 committed Jan 5, 2024
1 parent 6da6eca commit bb14120
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion systembridgebackend/modules/battery.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
"""Battery."""
from __future__ import annotations

from multiprocessing import Value
from typing import override

from plyer import battery
Expand Down

0 comments on commit bb14120

Please sign in to comment.