summaryrefslogtreecommitdiff
path: root/qutebrowser/utils/log.py
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2023-07-20 12:42:29 +0200
committerFlorian Bruhin <me@the-compiler.org>2023-07-20 12:42:29 +0200
commit09f28f24c64ccbc88570741b37beda9a42e5ff2a (patch)
treeb5f6a5c5b1b10a124b34e3eff5330f9d4169dc6f /qutebrowser/utils/log.py
parent5cfab728b29610dd1ab43591b4ba66919621b8a2 (diff)
downloadqutebrowser-09f28f24c64ccbc88570741b37beda9a42e5ff2a.tar.gz
qutebrowser-09f28f24c64ccbc88570741b37beda9a42e5ff2a.zip
Fix lint
Diffstat (limited to 'qutebrowser/utils/log.py')
-rw-r--r--qutebrowser/utils/log.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/qutebrowser/utils/log.py b/qutebrowser/utils/log.py
index 174a599ed..5ac150702 100644
--- a/qutebrowser/utils/log.py
+++ b/qutebrowser/utils/log.py
@@ -255,7 +255,7 @@ def disable_qt_msghandler() -> Iterator[None]:
@contextlib.contextmanager
-def py_warning_filter(
+def py_warning_filter(
action:
Literal['default', 'error', 'ignore', 'always', 'module', 'once'] = 'ignore',
**kwargs: Any,