Skip to content

Commit 08c09f0

Browse files
committed
remove errouneous import from FC
1 parent c7a65ef commit 08c09f0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/MAVez/flight_controller.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# flight_controller.py
2-
# version: 3.1.1
2+
# version: 3.1.2
33
# Original Author: Theodore Tasman
44
# Creation Date: 2025-01-30
55
# Last Modified: 2026-03-26
@@ -45,8 +45,6 @@ class FlightController(Controller):
4545
UNKNOWN_MODE_ERROR = 111 # Unknown mode error code
4646
INVALID_MISSION_ERROR = 301 # Invalid mission error code
4747

48-
from typing import Literal
49-
5048
def __init__(self, connection_string: str="tcp:127.0.0.1:5762",
5149
baud: int=57600,
5250
logger: Logger|None=None,

0 commit comments

Comments
 (0)