general: fix ignores after mypy version update
This commit is contained in:
parent
0512488241
commit
68289c1be3
4 changed files with 4 additions and 4 deletions
|
@ -13,7 +13,7 @@ from typing import Iterable
|
|||
from .core import Res, get_files
|
||||
from .core.common import isoparse, Json
|
||||
|
||||
import tcxparser # type: ignore[import]
|
||||
import tcxparser # type: ignore[import-untyped]
|
||||
|
||||
from my.config import runnerup as config
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue