Skip to content

Commit 890baaa

Browse files
[MegaLinter] Apply linters fixes
1 parent dadbd95 commit 890baaa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

newrelic/hooks/mlmodel_autogen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import uuid
2020

2121
from newrelic.api.function_trace import FunctionTrace
22-
from newrelic.api.time_trace import current_trace, get_trace_linking_metadata
22+
from newrelic.api.time_trace import get_trace_linking_metadata
2323
from newrelic.api.transaction import current_transaction
2424
from newrelic.common.object_names import callable_name
2525
from newrelic.common.object_wrapper import wrap_function_wrapper

0 commit comments

Comments
 (0)