Skip to content

Commit

Permalink
Solve pylint complains
Browse files Browse the repository at this point in the history
  • Loading branch information
Maclenn77 committed Dec 9, 2023
1 parent bdfb18a commit 53b330a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,5 @@
try:
chroma_client.delete_collection(collection.name)
except AttributeError:
st.error("Collection erased.")
st.error("Collection erased.")

0 comments on commit 53b330a

Please sign in to comment.