mirror of
https://github.com/blackboxprogramming/BlackRoad-Operating-System.git
synced 2026-03-17 05:57:21 -05:00
Update backend/app/routers/operator_webhooks.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -4,7 +4,7 @@ Operator Webhooks Router
|
||||
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
|
||||
import sys
|
||||
import os
|
||||
|
||||
Reference in New Issue
Block a user