diff options
| author | Alex Schofield <git@ajschof.me> | 2026-05-04 23:21:18 +0100 |
|---|---|---|
| committer | Alex Schofield <git@ajschof.me> | 2026-05-04 23:21:18 +0100 |
| commit | dbdc06cab87218246ee567dc180b09cd483a950e (patch) | |
| tree | ab4a3176fa9bf8caaabefe054fab701e246eb2a4 /fnme/data.py | |
| parent | 962e2e57fe16e51b03e9fbd6d4b9de626e01b49b (diff) | |
| download | fuelnearme-dbdc06cab87218246ee567dc180b09cd483a950e.tar.gz fuelnearme-dbdc06cab87218246ee567dc180b09cd483a950e.zip | |
ruff auto fix (UP035/UP006/F401)
Diffstat (limited to 'fnme/data.py')
| -rw-r--r-- | fnme/data.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fnme/data.py b/fnme/data.py index 17f30c5..11497ce 100644 --- a/fnme/data.py +++ b/fnme/data.py @@ -1,6 +1,4 @@ -import os from pathlib import Path -from typing import Optional import pandas as pd import requests |
