mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
fix(webapp): Add missing pylint comment
This commit is contained in:
parent
33f9b03bc1
commit
04262d0681
1 changed files with 1 additions and 1 deletions
|
@ -673,7 +673,7 @@ def search():
|
||||||
|
|
||||||
# 2. add Server-Timing header for measuring performance characteristics of
|
# 2. add Server-Timing header for measuring performance characteristics of
|
||||||
# web applications
|
# web applications
|
||||||
timings = result_container.get_timings()
|
timings = result_container.get_timings() # pylint: disable=assigning-non-slot
|
||||||
request.timings = timings
|
request.timings = timings
|
||||||
longest_loading_time = result_container.get_longest_loading_time()
|
longest_loading_time = result_container.get_longest_loading_time()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue