Skip to content

Commit 0b9e337

Browse files
committed
Merge pull request #182 from djnugent/takeoff_fix
Fixed import error for takeoff checks
2 parents 824eeba + 5c692fe commit 0b9e337

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

droneapi/module/api.py

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import threading
44
import traceback
55
import logging
6+
import math
67
from pymavlink import mavutil
78
from MAVProxy.modules.lib import mp_module
89
from droneapi.lib.WebClient import *

0 commit comments

Comments
 (0)