Fix linter error
This commit is contained in:
parent
b399d0cd1c
commit
a72eda9957
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ import sys
|
||||||
def tracing_supported() -> bool:
|
def tracing_supported() -> bool:
|
||||||
"""
|
"""
|
||||||
Check if tracing is supported on this platform.
|
Check if tracing is supported on this platform.
|
||||||
|
|
||||||
It does not mean a tracer is installed.
|
It does not mean a tracer is installed.
|
||||||
"""
|
"""
|
||||||
return sys.platform == 'linux'
|
return sys.platform == 'linux'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue