This commit is contained in:
Adil Hafeez 2025-02-13 16:18:29 -08:00
parent d1f1e5433c
commit 46c2230a27
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
2 changed files with 0 additions and 2 deletions

View file

@ -1,4 +1,3 @@
import os
import subprocess
import json
import sys

View file

@ -2,7 +2,6 @@ import ast
import sys
import yaml
from typing import Any
from pydantic import BaseModel
FLASK_ROUTE_DECORATORS = ["route", "get", "post", "put", "delete", "patch"]
FASTAPI_ROUTE_DECORATORS = ["get", "post", "put", "delete", "patch"]