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 d23d497 commit a3b164f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion app.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
""" A simple example of Streamlit. """
from datetime import datetime as Date
import fitz, chromadb
import chromadb
import fitz
import streamlit as st

# from openai import OpenAI
Expand Down
3 changes: 2 additions & 1 deletion wk_flow_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
streamlit
pymupdf
pylint
pylint
chromadb

0 comments on commit a3b164f

Please sign in to comment.