Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
moredip committed Nov 22, 2024
1 parent ab6c5e4 commit 67db7b9
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,10 @@ def _instrument(self, **kwargs):
"sqlalchemy.engine.create",
"create_engine",
_wrap_create_engine(
tracer, connections_usage, enable_commenter, commenter_options
tracer,
connections_usage,
enable_commenter,
commenter_options,
),
)
_w(
Expand Down

0 comments on commit 67db7b9

Please sign in to comment.