chore: remove unused imports from feedback_api (will be re-added in later tasks)

This commit is contained in:
pyr0ball 2026-03-03 11:45:14 -08:00
parent 7f46d7fadf
commit faf65023b4

View file

@ -4,14 +4,12 @@ Called directly from app/feedback.py now; wrappable in a FastAPI route later.
""" """
from __future__ import annotations from __future__ import annotations
import os
import platform import platform
import re import re
import subprocess import subprocess
from datetime import datetime, timezone from datetime import datetime, timezone
from pathlib import Path from pathlib import Path
import requests
import yaml import yaml
_ROOT = Path(__file__).parent.parent _ROOT = Path(__file__).parent.parent