Skip to content

Commit 210ef13

Browse files
author
Joshua Lang
committed
Remove unused imports
1 parent 641cdbe commit 210ef13

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

ext/opentelemetry-ext-aiohttp-client/tests/test_aiohttp_client_integration.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
import asyncio
1616
import contextlib
1717
import typing
18-
import unittest
19-
import unittest.mock
2018
import urllib.parse
2119
from http import HTTPStatus
2220

@@ -25,8 +23,6 @@
2523
import yarl
2624

2725
import opentelemetry.ext.aiohttp_client
28-
from opentelemetry import trace
29-
from opentelemetry.sdk.trace import export
3026
from opentelemetry.test.test_base import TestBase
3127
from opentelemetry.trace.status import StatusCanonicalCode
3228

0 commit comments

Comments
 (0)