mavsdk_tests: fix error for Python < 3.8

This commit is contained in:
Julian Oes
2020-03-17 16:44:45 +01:00
committed by Nuno Marques
parent 41341cd985
commit c6160d4e3f
+1 -1
View File
@@ -39,7 +39,7 @@ def maybe_strip_color(text: str) -> str:
return text
@lru_cache
@lru_cache()
def _supports_color() -> bool:
"""Returns True if the running system's terminal supports color.