Skip to content

Commit 11f4c2a

Browse files
author
remimd
committed
wip
1 parent 467197d commit 11f4c2a

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

injection/_core/descriptors.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,7 @@
44
from contextlib import asynccontextmanager, contextmanager
55
from dataclasses import dataclass
66
from types import MappingProxyType
7-
from typing import (
8-
Any,
9-
Self,
10-
get_args,
11-
get_origin,
12-
get_type_hints,
13-
)
7+
from typing import Any, Self, get_args, get_origin, get_type_hints
148

159
from injection._core.common.invertible import Invertible
1610
from injection._core.common.type import InputType

0 commit comments

Comments
 (0)