Skip to content

Commit a827ad3

Browse files
author
Andres Beck-Ruiz
committed
fixing formatting errors
1 parent 265461a commit a827ad3

File tree

1 file changed

+1
-1
lines changed
  • instrumentation/opentelemetry-instrumentation-flask/src/opentelemetry/instrumentation/flask

1 file changed

+1
-1
lines changed

instrumentation/opentelemetry-instrumentation-flask/src/opentelemetry/instrumentation/flask/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ def __init__(self, *args, **kwargs):
223223
class FlaskInstrumentor(BaseInstrumentor):
224224
# pylint: disable=protected-access,attribute-defined-outside-init
225225
"""An instrumentor for flask.Flask
226-
226+
227227
See `BaseInstrumentor`
228228
"""
229229

0 commit comments

Comments
 (0)