chore: remove unused imports from feedback_api (will be re-added in later tasks)
This commit is contained in:
parent
ec22cc8a1f
commit
e79de4fa9c
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
|
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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue