Skip to content

Commit 0f940f7

Browse files
committed
sort imports
1 parent 4b68c87 commit 0f940f7

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

opentelemetry-sdk/tests/metrics/test_metrics.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414
import weakref
15-
16-
# pylint: disable=protected-access,no-self-use
17-
18-
1915
from logging import WARNING
2016
from time import sleep
2117
from typing import Iterable, Sequence
@@ -48,6 +44,11 @@
4844
from opentelemetry.test import TestCase
4945
from opentelemetry.test.concurrency_test import ConcurrencyTestBase, MockFunc
5046

47+
# pylint: disable=protected-access,no-self-use
48+
49+
50+
51+
5152

5253
class DummyMetricReader(MetricReader):
5354
def __init__(self):

0 commit comments

Comments
 (0)