Fix lint temporarily
This commit is contained in:
parent
3241a9fd0e
commit
6083335c47
1 changed files with 4 additions and 5 deletions
|
@ -1,18 +1,17 @@
|
|||
# LTTng tracing interface
|
||||
|
||||
import sys
|
||||
# Temporary workaround
|
||||
sys.path = ['/usr/local/lib/python3.6/site-packages'] + sys.path
|
||||
|
||||
import lttng
|
||||
import lttng # noqa: E402
|
||||
|
||||
from .names import (
|
||||
from .names import ( # noqa: E402
|
||||
DEFAULT_CONTEXT,
|
||||
DEFAULT_EVENTS_KERNEL,
|
||||
DEFAULT_EVENTS_ROS,
|
||||
)
|
||||
|
||||
# Temporary workaround
|
||||
sys.path = ['/usr/local/lib/python3.6/site-packages'] + sys.path
|
||||
|
||||
|
||||
def lttng_setup(session_name, full_path,
|
||||
ros_events=DEFAULT_EVENTS_ROS,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue