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
import os
import platform
import re
import subprocess
from datetime import datetime, timezone
from pathlib import Path
import requests
import yaml
_ROOT = Path(__file__).parent.parent