mavsdk_tests: remove unused import

This commit is contained in:
Julian Oes
2020-03-17 17:15:41 +01:00
committed by Nuno Marques
parent c6160d4e3f
commit eb1141bbea

View File

@@ -7,7 +7,6 @@ import atexit
import subprocess
import threading
import errno
from logger_helper import color, maybe_strip_color, colorize
from typing import Dict, List, TextIO, Optional