Remove redundant module reloads

This commit is contained in:
2021-04-19 07:51:48 +00:00
parent 87bb638270
commit f88809af64
22 changed files with 24 additions and 125 deletions
-2
View File
@@ -6,9 +6,7 @@ from math import hypot, sqrt
from astar import AStar
import blocks
importlib.reload(blocks)
import utils
importlib.reload(utils)
class AStarTimeout(Exception):
pass