Skip to content

Commit

Permalink
Import Sequence from collections.abc
Browse files Browse the repository at this point in the history
  • Loading branch information
ankandrew committed Oct 14, 2024
1 parent 1ec275c commit 82666fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fast_plate_ocr/inference/onnx_inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
import logging
import os
import pathlib
from typing import Literal, Sequence
from collections.abc import Sequence
from typing import Literal

import numpy as np
import numpy.typing as npt
Expand Down

0 comments on commit 82666fb

Please sign in to comment.