Skip to content

Commit

Permalink
Re-attempting noqa
Browse files Browse the repository at this point in the history
  • Loading branch information
tsampazk authored Sep 25, 2023
1 parent 5046ec9 commit 7298225
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import cv2
import time
# Importing torch to avoid "RuntimeError: cuDNN error: CUDNN_STATUS_NOT_INITIALIZED" error
import torch # NOQA
import torch # noqa

from opendr.engine.data import Image
from opendr.perception.object_detection_2d import YOLOv5DetectorLearner
Expand Down

0 comments on commit 7298225

Please sign in to comment.