Fix linter error

This commit is contained in:
Christophe Bedard 2019-08-15 13:23:14 +02:00
parent b399d0cd1c
commit a72eda9957

View file

@ -20,6 +20,7 @@ import sys
def tracing_supported() -> bool:
"""
Check if tracing is supported on this platform.
It does not mean a tracer is installed.
"""
return sys.platform == 'linux'