We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6f1c45 commit 74cbc89Copy full SHA for 74cbc89
ckanext/language_domains/blueprint.py
@@ -38,8 +38,7 @@ def _decorator_function(*args: Any, **kwargs: Any):
38
http_args['_came_from'] = http_args.pop(
39
'next', http_args.pop('came_from', ''))
40
41
- # type_ignore_reason: incomplete typing
42
- request.args = ImmutableMultiDict(http_args) # type: ignore
+ request.args = ImmutableMultiDict(http_args)
43
44
return _func(*args, **kwargs)
45
return _decorator_function
0 commit comments