Skip to content

Commit c801526

Browse files
ci: fix linting issues
1 parent ee795ba commit c801526

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

tests/test_tracing_core.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,16 @@
44
pytest tests/test_tracing_core.py -v
55
"""
66

7-
import asyncio
7+
# ruff: noqa: ARG001
8+
89
import time
10+
import asyncio
911
from typing import Generator
1012
from unittest.mock import patch
13+
1114
import pytest
1215

13-
from openlayer.lib.tracing import tracer, enums, steps, traces
16+
from openlayer.lib.tracing import enums, steps, tracer, traces
1417

1518

1619
class TestBasicTracing:

0 commit comments

Comments
 (0)