Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
mertalev committed Jun 19, 2024
1 parent 1a9d628 commit 9c0a362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion machine-learning/app/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
from unittest import mock

import cv2
from fastapi import HTTPException
import numpy as np
import onnxruntime as ort
import pytest
from fastapi import HTTPException
from fastapi.testclient import TestClient
from PIL import Image
from pytest import MonkeyPatch
Expand Down

0 comments on commit 9c0a362

Please sign in to comment.