Update backend/app/routers/operator_webhooks.py

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Alexa Amundson
2025-11-17 23:38:17 -06:00
committed by GitHub
parent eb3b542862
commit f5e60c9495

View File

@@ -4,7 +4,7 @@ Operator Webhooks Router
Handles GitHub webhook events for the Operator Engine. Handles GitHub webhook events for the Operator Engine.
""" """
from fastapi import APIRouter, Request, Header, Depends from fastapi import APIRouter, Request, Header
from typing import Optional from typing import Optional
import sys import sys
import os import os