diff options
| author | Stefan Hansson <steha708@edu.liu.se> | 2020-12-16 09:24:19 +0100 |
|---|---|---|
| committer | Newbyte <steha708@liu.se> | 2020-12-16 09:24:19 +0100 |
| commit | b965cf506f0614263a0a4884621e439b40cab356 (patch) | |
| tree | 6b9c9f1b599f762f8d11f921ba870e3b532d53a6 | |
| parent | dd50eb5818501eb45cdde745cf239ac12b13a04e (diff) | |
| download | tdde25-b965cf506f0614263a0a4884621e439b40cab356.tar.gz | |
remove unused import
| -rw-r--r-- | algorithms.py | 1 |
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): |
