diff options
| author | Alex Schofield <git@ajschof.me> | 2026-04-24 22:03:09 +0100 |
|---|---|---|
| committer | Alex Schofield <git@ajschof.me> | 2026-04-24 22:03:09 +0100 |
| commit | 54b7a10c0343e882d20297bd5dbdd8930fda4191 (patch) | |
| tree | c64f7ab07106e2717faaa9b6af7a25ba63bfc1d4 | |
| parent | 18ca0743d1104223742f7c7f66136e285a32f0ea (diff) | |
| download | fuelnearme-54b7a10c0343e882d20297bd5dbdd8930fda4191.tar.gz fuelnearme-54b7a10c0343e882d20297bd5dbdd8930fda4191.zip | |
remove unnecessary imports
| -rw-r--r-- | main.py | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -5,13 +5,10 @@ from textwrap import dedent import pandas as pd import requests -from colorama import Back, Fore, Style, just_fix_windows_console +from colorama import Fore, Style from geopy.distance import geodesic from geopy.geocoders import Nominatim -just_fix_windows_console() - - ENDPOINT = "https://www.fuel-finder.service.gov.uk/internal/v1.0.2/csv/get-latest-fuel-prices-csv" |
