diff options
| author | Alex Schofield <git@ajschof.me> | 2026-04-27 20:22:35 +0100 |
|---|---|---|
| committer | Alex Schofield <git@ajschof.me> | 2026-04-27 20:22:35 +0100 |
| commit | 29adb1b78c766ce5739e4bf5f9dbab1c8b03bcb4 (patch) | |
| tree | d350cf7354c45f789d3515eabb7ecc3d31693d7c | |
| parent | 69a2e8aa7bfe02b386b61fbcabcca2bc1c738df6 (diff) | |
| download | fuelnearme-29adb1b78c766ce5739e4bf5f9dbab1c8b03bcb4.tar.gz fuelnearme-29adb1b78c766ce5739e4bf5f9dbab1c8b03bcb4.zip | |
remove unused dedent import
| -rw-r--r-- | main.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1,7 +1,6 @@ import argparse import sys from io import StringIO -from textwrap import dedent from typing import Any, Dict, List, Optional, Tuple import pandas as pd |
