diff options
Diffstat (limited to '')
-rw-r--r-- | tests/api/test_image.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/api/test_image.py b/tests/api/test_image.py index c8c26b3..e0e9251 100644 --- a/tests/api/test_image.py +++ b/tests/api/test_image.py @@ -1,5 +1,6 @@ import pytest from conftest import DB + from hircine.api.types import Image |