Skip to content

Commit 1b2b49f

Browse files
remove unneeded type checking import
1 parent cce4605 commit 1b2b49f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/django_bird/staticfiles.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
from dataclasses import dataclass
66
from enum import Enum
77
from pathlib import Path
8-
from typing import TYPE_CHECKING
98
from typing import Any
109
from typing import Literal
1110
from typing import final
@@ -21,9 +20,6 @@
2120
from .apps import DjangoBirdAppConfig
2221
from .conf import app_settings
2322

24-
if TYPE_CHECKING:
25-
pass
26-
2723

2824
class AssetType(Enum):
2925
CSS = "css"

0 commit comments

Comments
 (0)