mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
fix more
This commit is contained in:
parent
d1f1e5433c
commit
46c2230a27
2 changed files with 0 additions and 2 deletions
|
|
@ -1,4 +1,3 @@
|
|||
import os
|
||||
import subprocess
|
||||
import json
|
||||
import sys
|
||||
|
|
|
|||
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue