From 34daee38901a78982325eaf748e53c11771be8b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20BUISINE?= Date: Tue, 10 Dec 2019 10:12:24 +0100 Subject: [PATCH] add of functions imports from data module --- classes/Transformation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/Transformation.py b/classes/Transformation.py index ceb9857..6ce76e7 100644 --- a/classes/Transformation.py +++ b/classes/Transformation.py @@ -13,7 +13,7 @@ from PIL import Image # modules imports -#from ..utils import data as functions +from ..utils import data as functions # Transformation class to store transformation method of image and get usefull information