formatting

This commit is contained in:
trevorm4x
2023-04-05 17:17:43 -04:00
committed by GitHub
parent bb87536335
commit 7e2226a7e5

View File

@@ -22,6 +22,7 @@ client_socket: socket.socket
class TelloException(Exception):
pass
@enforce_types
class Tello:
"""Python wrapper to interact with the Ryze Tello drone using the official Tello api.
@@ -544,8 +545,6 @@ class Tello:
if not self.get_current_state():
raise TelloException('Did not receive a state packet from the Tello')
# self.change_vs_udp(self.vs_udp_port)
def send_keepalive(self):
"""Send a keepalive packet to prevent the drone from landing after 15s
"""