mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 12:24:59 +00:00
chore: Remove unused Path import from logo_svg.py
This commit is contained in:
parent
6dda54f431
commit
99a5862bc9
1 changed files with 0 additions and 1 deletions
|
@ -8,7 +8,6 @@ in terminal green (#14b014) on a white background.
|
||||||
import argparse
|
import argparse
|
||||||
import base64
|
import base64
|
||||||
import os
|
import os
|
||||||
from pathlib import Path
|
|
||||||
|
|
||||||
|
|
||||||
def generate_svg_with_embedded_font(font_path, text="aider", color="#14b014", output_path=None):
|
def generate_svg_with_embedded_font(font_path, text="aider", color="#14b014", output_path=None):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue