Skip to content

Commit 7412242

Browse files
committed
Lint flag
1 parent 77acca9 commit 7412242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pybrake/middleware/masonite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def patch_render(selfC, template: str, dictionary: dict = None) -> \
8787
def patch_statement(selfC, query, bindings=()):
8888
if self.notifier.config.get('performance_stats'):
8989
start_span("sql")
90-
res = old_statement(selfC, query, bindings)
90+
res = old_statement(selfC, query, bindings) # pylint: disable=assignment-from-no-return
9191
if self.notifier.config.get('performance_stats'):
9292
end_span("sql")
9393
metric = get_active_metric()

0 commit comments

Comments
 (0)