Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 67db7b9

Browse files
committedNov 22, 2024
lint
1 parent ab6c5e4 commit 67db7b9

File tree

1 file changed

+4
-1
lines changed
  • instrumentation/opentelemetry-instrumentation-sqlalchemy/src/opentelemetry/instrumentation/sqlalchemy

1 file changed

+4
-1
lines changed
 

‎instrumentation/opentelemetry-instrumentation-sqlalchemy/src/opentelemetry/instrumentation/sqlalchemy/__init__.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,10 @@ def _instrument(self, **kwargs):
187187
"sqlalchemy.engine.create",
188188
"create_engine",
189189
_wrap_create_engine(
190-
tracer, connections_usage, enable_commenter, commenter_options
190+
tracer,
191+
connections_usage,
192+
enable_commenter,
193+
commenter_options,
191194
),
192195
)
193196
_w(

0 commit comments

Comments
 (0)
Please sign in to comment.