Skip to content

Commit 9b24294

Browse files
committed
Fixup
1 parent 5a92760 commit 9b24294

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

properdocs/plugins.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import logging
66
from collections.abc import Callable, MutableMapping
77
from importlib.metadata import EntryPoint, entry_points
8-
from typing import TYPE_CHECKING, Any, Generic, Literal, TypeVar, overload
8+
from typing import TYPE_CHECKING, Any, Concatenate, Generic, Literal, TypeVar, overload
99

1010
if TYPE_CHECKING:
1111
import jinja2.environment
@@ -28,8 +28,6 @@
2828
from properdocs.utils.templates import TemplateContext
2929

3030
if TYPE_CHECKING:
31-
from typing import Concatenate
32-
3331
from typing_extensions import ParamSpec
3432
else:
3533
ParamSpec = TypeVar

0 commit comments

Comments
 (0)