Skip to content

Commit

Permalink
fix: cli imports
Browse files Browse the repository at this point in the history
  • Loading branch information
utkarsh-dixit committed Mar 31, 2024
1 parent bf0b8ba commit e9a3cd8
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions core/composio/composio_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
from rich.console import Console
import termcolor
from uuid import getnode as get_mac
from sdk.storage import get_user_connection, save_user_connection
from sdk.core import ComposioCore
from sdk.utils import generate_enums
from .sdk.storage import get_user_connection, save_user_connection
from .sdk.core import ComposioCore
from .sdk.utils import generate_enums

import webbrowser

Expand Down Expand Up @@ -221,5 +221,3 @@ def main():
args.func(args)
else:
console.print("[red]Error: No valid command provided. Use --help for more information.[/red]")

main()

0 comments on commit e9a3cd8

Please sign in to comment.