summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--algorithms.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/algorithms.py b/algorithms.py
index df2f874..7ff395c 100644
--- a/algorithms.py
+++ b/algorithms.py
@@ -1,6 +1,5 @@
import heapq
import math
-from store import get_relevant_neighbours
def length_haversine(p1, p2):