Skip to content

Commit

Permalink
changing from lib.model.image import Model to `from lib.model.image…
Browse files Browse the repository at this point in the history
…_pdq import Model` in `test_image_pdq.py`
  • Loading branch information
ahmednasserswe committed Nov 20, 2023
1 parent 690d606 commit a799f21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lib/model/test_image_pdq.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from urllib.error import URLError
from typing import Dict

from lib.model.image import Model
from lib.model.image_pdq import Model
from lib import schemas

class TestModel(unittest.TestCase):
Expand Down

0 comments on commit a799f21

Please sign in to comment.