Skip to content

Commit 05f4740

Browse files
committed
Drop unused ignores
1 parent 757b2e4 commit 05f4740

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aiohttp_jinja2/helpers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from yarl import URL
1010

1111

12-
@jinja2.contextfunction # type: ignore
12+
@jinja2.contextfunction
1313
def url_for(context: Dict[str, Any], __route_name: str, **parts: Any) -> URL:
1414
"""Filter for generating urls.
1515
@@ -43,7 +43,7 @@ def url_for(context: Dict[str, Any], __route_name: str, **parts: Any) -> URL:
4343
return url
4444

4545

46-
@jinja2.contextfunction # type: ignore
46+
@jinja2.contextfunction
4747
def static_url(context: Dict[str, Any], static_file_path: str) -> str:
4848
"""Filter for generating urls for static files.
4949

0 commit comments

Comments
 (0)