From bea2b6e62bd457ab5d3f2efabe5aaac7da74fb2a Mon Sep 17 00:00:00 2001 From: Kye Date: Sun, 22 Oct 2023 15:10:17 -0400 Subject: [PATCH] schemas fix Former-commit-id: 327ca6d7629a97fe1de1a798caaf880639dd774d --- swarms/utils/revutils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swarms/utils/revutils.py b/swarms/utils/revutils.py index 2d1b431c..7868ae44 100644 --- a/swarms/utils/revutils.py +++ b/swarms/utils/revutils.py @@ -11,7 +11,7 @@ from prompt_toolkit.auto_suggest import AutoSuggestFromHistory from prompt_toolkit.completion import WordCompleter from prompt_toolkit.history import InMemoryHistory from prompt_toolkit.key_binding import KeyBindings -from schemas.typings import Colors +from swarms.schemas.typings import Colors bindings = KeyBindings()