From b5e14c6b47079217355a487dc807cc5fcbf69cbc Mon Sep 17 00:00:00 2001 From: Lvyshnevska Date: Mon, 9 Oct 2023 17:33:42 +0200 Subject: [PATCH] redundant import removed --- profiles/tests/test_crud_profile.py | 1 - 1 file changed, 1 deletion(-) diff --git a/profiles/tests/test_crud_profile.py b/profiles/tests/test_crud_profile.py index d5dc54b65..a1123c4d3 100644 --- a/profiles/tests/test_crud_profile.py +++ b/profiles/tests/test_crud_profile.py @@ -1,5 +1,4 @@ import os -import json from io import BytesIO from PIL import Image