Browse Source

mavsdk_tests: remove unused import

sbg
Julian Oes 5 years ago committed by Nuno Marques
parent
commit
eb1141bbea
  1. 1
      test/mavsdk_tests/process_helper.py

1
test/mavsdk_tests/process_helper.py

@ -7,7 +7,6 @@ import atexit @@ -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

Loading…
Cancel
Save