mirror of
https://github.com/django-components/django-components.git
synced 2025-08-19 21:50:15 +00:00
refactor: fix linter errors
This commit is contained in:
parent
ab7f3e0cdb
commit
bb114b4002
2 changed files with 4 additions and 4 deletions
|
@ -6,7 +6,7 @@ from typing import Dict, List, NamedTuple, Optional, Sequence, Set, Type, Union
|
|||
if sys.version_info[:2] < (3, 10):
|
||||
from typing_extensions import TypeAlias
|
||||
else:
|
||||
from typing import TypeAlias
|
||||
from typing import TypeAlias # noqa # TODO: Is this required?
|
||||
|
||||
from django.template import Context, Template
|
||||
from django.template.base import FilterExpression, Node, NodeList, Parser, TextNode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue