Skip to content

Commit

Permalink
isort
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewgrossman committed May 24, 2023
1 parent 103871b commit 10b49de
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -238,14 +238,14 @@ def response_hook(span: Span, status: str, response_headers: List):
API
---
"""
import weakref
from logging import getLogger
from packaging import version as package_version
from time import time_ns
from timeit import default_timer
from typing import Collection
import weakref

import flask
from packaging import version as package_version

import opentelemetry.instrumentation.wsgi as otel_wsgi
from opentelemetry import context, trace
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
from werkzeug.test import Client
from werkzeug.wrappers import Response

from opentelemetry import context
from opentelemetry import trace
from opentelemetry import context, trace


class InstrumentationTest:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@
# See the License for the specific language governing permissions and
# limitations under the License.
import flask
from opentelemetry.instrumentation.flask import FlaskInstrumentor
from opentelemetry.test.wsgitestutil import WsgiTestBase
from werkzeug.test import Client
from werkzeug.wrappers import Response

from opentelemetry.instrumentation.flask import FlaskInstrumentor
from opentelemetry.test.wsgitestutil import WsgiTestBase

from .base_test import InstrumentationTest


Expand Down

0 comments on commit 10b49de

Please sign in to comment.