From 8550abd06a1052b12bf88e25bd0d99fce50714bf Mon Sep 17 00:00:00 2001 From: Nitesh Sawant Date: Sun, 4 Feb 2018 16:07:39 +0530 Subject: [PATCH] Removed unnecessary imports --- core/handle.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/handle.py b/core/handle.py index 508a35e..4b7366d 100644 --- a/core/handle.py +++ b/core/handle.py @@ -1,4 +1,4 @@ -from core import internals,const +from core import internals import logging import yaml