general: fix ignores after mypy version update

This commit is contained in:
karlicoss 2023-10-12 21:42:32 +01:00
parent 0512488241
commit e1d6a77abf
4 changed files with 4 additions and 4 deletions

View file

@ -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