We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77acca9 commit 7412242Copy full SHA for 7412242
src/pybrake/middleware/masonite.py
@@ -87,7 +87,7 @@ def patch_render(selfC, template: str, dictionary: dict = None) -> \
87
def patch_statement(selfC, query, bindings=()):
88
if self.notifier.config.get('performance_stats'):
89
start_span("sql")
90
- res = old_statement(selfC, query, bindings)
+ res = old_statement(selfC, query, bindings) # pylint: disable=assignment-from-no-return
91
92
end_span("sql")
93
metric = get_active_metric()
0 commit comments