Skip to content

Commit

Permalink
fix missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
sulincix committed Jul 9, 2024
1 parent 2f59614 commit 6146f00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service/backends/power.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os
from util import writefile, readfile, listdir
from backends.cpu import list_cpu, change_cpu_status
from backends.cpu import list_cpu, list_big_cpu, list_little_cpu, change_cpu_status
from backends.backlight import set_brightness
from common import *

Expand Down

0 comments on commit 6146f00

Please sign in to comment.