From 424bd2127a36810afe63f672b477a80b326a65ad Mon Sep 17 00:00:00 2001 From: Igor Ilic <30923996+dexters1@users.noreply.github.com> Date: Wed, 19 Feb 2025 03:06:50 +0100 Subject: [PATCH] Cognee gui (#554) ## Description Change cognee import to be part of try except clause ## DCO Affirmation I affirm that all code in every commit of this pull request conforms to the terms of the Topoteretes Developer Certificate of Origin --- cognee-gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cognee-gui.py b/cognee-gui.py index 2a158349b..e62a08380 100644 --- a/cognee-gui.py +++ b/cognee-gui.py @@ -1,8 +1,8 @@ import sys import asyncio -import cognee try: + import cognee from PySide6.QtWidgets import ( QApplication, QWidget,