Skip to content

Commit 5f513ff

Browse files
ci: fix linting issues
1 parent ee795ba commit 5f513ff

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/test_tracing_core.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@
44
pytest tests/test_tracing_core.py -v
55
"""
66

7+
# ruff: noqa: ARG001
8+
79
import asyncio
810
import time
911
from typing import Generator
1012
from unittest.mock import patch
1113
import pytest
1214

13-
from openlayer.lib.tracing import tracer, enums, steps, traces
15+
from openlayer.lib.tracing import enums, steps, tracer, traces
1416

1517

1618
class TestBasicTracing:

0 commit comments

Comments
 (0)