shu/revert isort (#378)

Co-authored-by: Shuchang Zheng <wintonzheng0325@gmail.com>
This commit is contained in:
Kerem Yilmaz
2024-05-27 09:33:32 -07:00
committed by GitHub
parent c2cd935805
commit 4386ba5012
3 changed files with 2 additions and 6 deletions

View File

@@ -3,9 +3,8 @@ from typing import Annotated, Optional
import typer
from skyvern.forge.app import DATABASE
from scripts.create_api_key import create_org_api_token
from skyvern.forge.app import DATABASE
async def create_org(org_name: str, webhook_callback_url: str | None = None) -> None: