chore: Remove unused Path import from logo_svg.py

This commit is contained in:
Paul Gauthier (aider) 2025-03-19 21:40:48 -07:00
parent 6dda54f431
commit 99a5862bc9

View file

@ -8,7 +8,6 @@ in terminal green (#14b014) on a white background.
import argparse
import base64
import os
from pathlib import Path
def generate_svg_with_embedded_font(font_path, text="aider", color="#14b014", output_path=None):