chore: remove unused imports from feedback_api (will be re-added in later tasks)
This commit is contained in:
parent
a1cfee4499
commit
19057f237b
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue