fix mypy issues after mypy/libraries updates
This commit is contained in:
parent
996169aa29
commit
657ce08ac8
6 changed files with 9 additions and 9 deletions
|
@ -7,7 +7,7 @@ import sys
|
|||
from typing import Optional, Iterator, cast, TYPE_CHECKING, TypeVar, Callable, overload, Union, Any, Type
|
||||
import warnings
|
||||
|
||||
import appdirs
|
||||
import appdirs # type: ignore[import-untyped]
|
||||
|
||||
PathIsh = Union[str, Path] # avoid circular import from .common
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue