Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9320cfe

Browse files
authored
Misc isort fixes (open-telemetry#535)
1 parent 28ee03f commit 9320cfe

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.isort.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ multi_line_output=3
1515
skip=target
1616
skip_glob=ext/opentelemetry-ext-jaeger/src/opentelemetry/ext/jaeger/gen/*,.venv*/*,venv*/*
1717
known_first_party=opentelemetry
18+
known_third_party=psutil,pytest

opentelemetry-api/tests/configuration/test_configuration.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@
1616
from unittest import TestCase
1717
from unittest.mock import patch
1818

19-
from opentelemetry.configuration import Configuration # type: ignore
2019
from pytest import fixture # type: ignore # pylint: disable=import-error
2120

21+
from opentelemetry.configuration import Configuration # type: ignore
22+
2223

2324
class TestConfiguration(TestCase):
2425
class IterEntryPointsMock:

0 commit comments

Comments
 (0)