Cognee gui (#554)

<!-- .github/pull_request_template.md -->

## 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
This commit is contained in:
Igor Ilic 2025-02-19 03:06:50 +01:00 committed by GitHub
parent 0bcaf5c477
commit 424bd2127a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,8 +1,8 @@
import sys
import asyncio
import cognee
try:
import cognee
from PySide6.QtWidgets import (
QApplication,
QWidget,