From 316fc8fcb0a8c0e88f3b4269e0aa89f0753c6ad9 Mon Sep 17 00:00:00 2001 From: Gabriel Silveira Date: Sat, 2 May 2020 12:21:24 -0300 Subject: [PATCH] Imported utils4e to resolve some dependency bugs --- search.py | 1 + 1 file changed, 1 insertion(+) diff --git a/search.py b/search.py index 89f872079..7e23bfffa 100644 --- a/search.py +++ b/search.py @@ -10,6 +10,7 @@ from collections import deque from utils import * +from utils4e import * class Problem: