diff options
| author | Alex Schofield <git@ajschof.me> | 2026-04-27 22:34:31 +0100 |
|---|---|---|
| committer | Alex Schofield <git@ajschof.me> | 2026-04-27 22:34:31 +0100 |
| commit | 3e2678a05bee7b0db9e0415dc9c8c518379ed4af (patch) | |
| tree | 4c99f4b82bd1d19f2a1ad6425273dd5bc2a3e196 | |
| parent | fae55f02b2b4739fdbbee7c660927639781a3fb3 (diff) | |
| download | fuelnearme-3e2678a05bee7b0db9e0415dc9c8c518379ed4af.tar.gz fuelnearme-3e2678a05bee7b0db9e0415dc9c8c518379ed4af.zip | |
remove unused geopy import
| -rw-r--r-- | main.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -7,7 +7,6 @@ from typing import Any, Dict, List, Optional, Tuple import numpy as np import pandas as pd import requests -from geopy.distance import geodesic from geopy.geocoders import Nominatim from geopy.location import Location from tabulate import tabulate |
