Skip to content

Commit

Permalink
fix mypy tqdm (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
MateoLostanlen authored May 21, 2024
1 parent 59d2029 commit 45b19e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyroengine/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

import cv2 # type: ignore[import-untyped]
import numpy as np
from tqdm import tqdm
from tqdm import tqdm # type: ignore[import-untyped]

__all__ = ["letterbox", "nms", "xywh2xyxy", "DownloadProgressBar"]

Expand Down

0 comments on commit 45b19e0

Please sign in to comment.