Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
srikanthccv committed Nov 18, 2020
1 parent 0607d4f commit 9657e38
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ def custom_span_name():
return "instrument-without-app"

FlaskInstrumentor().instrument(name_callback=custom_span_name)
# pylint: disable=import-outside-toplevel,reimported,redefined-outer-name
from flask import Flask

self.app = Flask(__name__)
Expand Down

0 comments on commit 9657e38

Please sign in to comment.