Closed robertknight closed 3 months ago
Fix a mistake from when the ocrs_models.datasets module was converted into a package in 8ca41d5b1cd1f2bd3cad16ff10bd27404cfe5d9e.
ocrs_models.datasets
mypy didn't catch this because type checking was disabled for tqdm due to lack of types.
See https://github.com/robertknight/ocrs-models/issues/27.
Fix a mistake from when the
ocrs_models.datasets
module was converted into a package in 8ca41d5b1cd1f2bd3cad16ff10bd27404cfe5d9e.mypy didn't catch this because type checking was disabled for tqdm due to lack of types.
See https://github.com/robertknight/ocrs-models/issues/27.