changeset 43773 | 7b14d649af1b |
parent 43688 | 5cdc3c1292f6 |
child 44306 | a0ec05d93c8e |
43772:ee3872c14ab3 | 43773:7b14d649af1b |
---|---|
25 from .utils import ( |
25 from .utils import ( |
26 repoviewutil, |
26 repoviewutil, |
27 stringutil, |
27 stringutil, |
28 ) |
28 ) |
29 |
29 |
30 if not globals(): |
30 if pycompat.TYPE_CHECKING: |
31 from typing import ( |
31 from typing import ( |
32 Any, |
32 Any, |
33 Callable, |
33 Callable, |
34 Dict, |
34 Dict, |
35 Iterable, |
35 Iterable, |