Skip to content

Commit a890053

Browse files
Williangalvanijoaomariolago
authored andcommitted
Update core/services/ardupilot_manager/flight_controller_detector/linux/navigator.py
Co-authored-by: João Mário Lago <58235456+joaomariolago@users.noreply.github.com>
1 parent 596b7ea commit a890053

File tree

1 file changed

+2
-1
lines changed
  • core/services/ardupilot_manager/flight_controller_detector/linux

1 file changed

+2
-1
lines changed

core/services/ardupilot_manager/flight_controller_detector/linux/navigator.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
import platform
22
from typing import Any, List
33

4-
from commonwealth.utils.commands import CpuType, get_cpu_type, load_file
4+
from commonwealth.utils.commands import load_file
5+
from commonwealth.utils.general import CpuType, get_cpu_type
56
from elftools.elf.elffile import ELFFile
67

78
from flight_controller_detector.linux.linux_boards import LinuxFlightController

0 commit comments

Comments
 (0)