From 49bd64ea1973226311c420cd61fd8b440b3016e6 Mon Sep 17 00:00:00 2001 From: Aryan16138 Date: Fri, 5 Oct 2018 12:20:54 +0530 Subject: [PATCH] Update image_to_path.py --- image_to_path.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image_to_path.py b/image_to_path.py index 913cba5..42067a5 100644 --- a/image_to_path.py +++ b/image_to_path.py @@ -2,7 +2,7 @@ import matplotlib.pyplot as plt import matplotlib.image as mpimg from PIL import Image - +# comment def checkup(i,j): if i>0 : return True