Skip to content

Commit

Permalink
mypy ignore: ort
Browse files Browse the repository at this point in the history
  • Loading branch information
cospectrum committed Jan 4, 2025
1 parent bf1a483 commit ca08d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/microwink/seg.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
import cv2
import numpy as np
import onnxruntime as ort
import onnxruntime as ort # type: ignore

from numpy.typing import DTypeLike
from typing import Any, NewType
Expand Down

0 comments on commit ca08d23

Please sign in to comment.