From ff261987212526e4d7563f6104f2305674627963 Mon Sep 17 00:00:00 2001 From: Brian Bjarke Jensen Date: Wed, 21 Feb 2024 20:06:04 +0100 Subject: [PATCH] updated and added tests --- tests/test_image_download.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_image_download.py b/tests/test_image_download.py index 5782c01..2e2b860 100644 --- a/tests/test_image_download.py +++ b/tests/test_image_download.py @@ -24,4 +24,4 @@ if __name__ == "__main__": vis_com: VisualCommunication = VisualCommunication.model_validate(data) print(repr(vis_com)) if data is not None: - print(vis_com.image) \ No newline at end of file + print(vis_com.image)