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:
parent
0bcaf5c477
commit
424bd2127a
1 changed files with 1 additions and 1 deletions
|
|
@ -1,8 +1,8 @@
|
||||||
import sys
|
import sys
|
||||||
import asyncio
|
import asyncio
|
||||||
import cognee
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
import cognee
|
||||||
from PySide6.QtWidgets import (
|
from PySide6.QtWidgets import (
|
||||||
QApplication,
|
QApplication,
|
||||||
QWidget,
|
QWidget,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue