Skip to content

Commit

Permalink
Remove unnecessary Flask app
Browse files Browse the repository at this point in the history
  • Loading branch information
ocelotl committed Apr 9, 2020
1 parent 91cdfe7 commit 2bce126
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/examples/auto-instrumentation/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

from sys import argv

from flask import Flask
from requests import get

from opentelemetry import propagators, trace
Expand All @@ -24,8 +23,6 @@
SimpleExportSpanProcessor,
)

app = Flask(__name__)

trace.set_tracer_provider(TracerProvider())
tracer = trace.get_tracer_provider().get_tracer(__name__)

Expand Down

0 comments on commit 2bce126

Please sign in to comment.