Skip to content

Commit

Permalink
fix more
Browse files Browse the repository at this point in the history
  • Loading branch information
adilhafeez committed Feb 14, 2025
1 parent d1f1e54 commit 46c2230
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion arch/tools/cli/docker_cli.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import os
import subprocess
import json
import sys
Expand Down
1 change: 0 additions & 1 deletion arch/tools/cli/targets.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
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"]
Expand Down

0 comments on commit 46c2230

Please sign in to comment.