Skip to content

Commit

Permalink
Fix lint and generate
Browse files Browse the repository at this point in the history
  • Loading branch information
ocelotl committed Dec 22, 2023
1 parent aa1d5fb commit ea7bab9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -245,9 +245,9 @@ def response_hook(span: Span, status: str, response_headers: List):
from typing import Collection

import flask
import opentelemetry.instrumentation.wsgi as otel_wsgi
from packaging import version as package_version

import opentelemetry.instrumentation.wsgi as otel_wsgi
from opentelemetry import context, trace
from opentelemetry.instrumentation.flask.package import _instruments
from opentelemetry.instrumentation.flask.version import __version__
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,11 @@
"instrumentation": "opentelemetry-instrumentation-fastapi==0.44b0.dev",
},
{
"library": "flask >= 1.0",
"library": "werkzeug < 3.0.0",
"instrumentation": "opentelemetry-instrumentation-flask==0.44b0.dev",
},
{
"library": "werkzeug < 3.0.0",
"library": "flask >= 1.0",
"instrumentation": "opentelemetry-instrumentation-flask==0.44b0.dev",
},
{
Expand Down

0 comments on commit ea7bab9

Please sign in to comment.