Skip to content

Commit f007fce

Browse files
committed
Fix isort issues
1 parent 9a19229 commit f007fce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: opentelemetry-sdk/tests/trace/test_trace.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import shutil
1616
import subprocess
1717
import unittest
18-
from logging import WARNING, ERROR
18+
from logging import ERROR, WARNING
1919
from unittest import mock
2020

2121
from opentelemetry import trace as trace_api

0 commit comments

Comments
 (0)