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)