diff options
| author | Alex Schofield <git@ajschof.me> | 2026-04-25 08:04:36 +0100 |
|---|---|---|
| committer | Alex Schofield <git@ajschof.me> | 2026-04-25 08:04:36 +0100 |
| commit | aa59f8abf09638e51ca4afc2222a40c7715e8103 (patch) | |
| tree | f3481e5cdb963e170995f2c76e20ef878e663c62 | |
| parent | efff899e7cd0f09912c22002379d6058613f8f9e (diff) | |
| download | fuelnearme-aa59f8abf09638e51ca4afc2222a40c7715e8103.tar.gz fuelnearme-aa59f8abf09638e51ca4afc2222a40c7715e8103.zip | |
remove unused colorama import
| -rw-r--r-- | main.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -5,7 +5,6 @@ from textwrap import dedent import pandas as pd import requests -from colorama import Fore, Style from geopy.distance import geodesic from geopy.geocoders import Nominatim from geopy.location import Location |
