Skip to content

Commit a24d396

Browse files
committed
lint
1 parent 4af47be commit a24d396

File tree

1 file changed

+1
-0
lines changed
  • ext/opentelemetry-ext-azure-monitor/examples

1 file changed

+1
-0
lines changed

ext/opentelemetry-ext-azure-monitor/examples/server.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
app = flask.Flask(__name__)
3232
app.wsgi_app = OpenTelemetryMiddleware(app.wsgi_app)
3333

34+
3435
@app.route("/")
3536
def hello():
3637
with trace.tracer().start_span("parent"):

0 commit comments

Comments
 (0)