Skip to content

Commit 696ddf6

Browse files
committed
Fix various static typing issues.
1 parent 20f825a commit 696ddf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

colour_checker_detection/scripts/inference.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ def segmentation(
215215
LOGGER.debug('Using "%s" default model.', model)
216216
if not os.path.exists(model):
217217
LOGGER.info('Downloading "%s" model...', URL_MODEL_FILE_DEFAULT)
218-
download(URL_MODEL_FILE_DEFAULT, ROOT_REPOSITORY)
218+
download(URL_MODEL_FILE_DEFAULT, ROOT_REPOSITORY) # pyright: ignore
219219

220220
if input.endswith((".npy", ".npz")):
221221
LOGGER.debug('Reading "%s" serialised array...', input)

0 commit comments

Comments
 (0)