Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Tiny typo caused import error #597

Merged
merged 2 commits into from
Jul 7, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/EdgeGPT/EdgeUtils.py
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ def test_features():
print(f"{q.code_block_formats=}") # The language/format of each code block (if given)
print(f"{Query.index=}") # Keeps an index of Query objects created
print(f"{Query.image_dir_path=}")
except Exception a E:
except Exception as E:
raise Exception(E)
finally:
return q