ansible-test - Simplify type hints.

pull/77180/head
Matt Clay 3 years ago
parent ea66cf189b
commit af2b1361ff

@ -18,7 +18,6 @@ from .. import (
CoverageAnalyzeConfig,
)
if t.TYPE_CHECKING:
TargetKey = t.TypeVar('TargetKey', int, t.Tuple[int, int])
NamedPoints = t.Dict[str, t.Dict[TargetKey, t.Set[str]]]
IndexedPoints = t.Dict[str, t.Dict[TargetKey, t.Set[int]]]

@ -18,7 +18,6 @@ from . import (
write_report,
)
if t.TYPE_CHECKING:
from . import (
Arcs,
IndexedPoints,

@ -21,7 +21,6 @@ from . import (
write_report,
)
if t.TYPE_CHECKING:
from . import (
NamedPoints,
TargetIndexes,

@ -43,7 +43,6 @@ from . import (
write_report,
)
if t.TYPE_CHECKING:
from . import (
Arcs,
Lines,

@ -24,7 +24,6 @@ from . import (
write_report,
)
if t.TYPE_CHECKING:
from . import (
TargetIndexes,
IndexedPoints,

Loading…
Cancel
Save