mirror of
https://github.com/blackboxprogramming/BlackRoad-Operating-System.git
synced 2026-03-17 08:57:15 -05:00
Update backend/app/routers/operator_webhooks.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -5,7 +5,7 @@ Handles GitHub webhook events for the Operator Engine.
|
||||
"""
|
||||
|
||||
from fastapi import APIRouter, Request, Header, Depends
|
||||
from typing import Optional, Dict, Any
|
||||
from typing import Optional
|
||||
import sys
|
||||
import os
|
||||
|
||||
|
||||
Reference in New Issue
Block a user