Skip to content

Commit

Permalink
disable ruff rule E402
Browse files Browse the repository at this point in the history
  • Loading branch information
brunesto committed Dec 6, 2024
1 parent c83914f commit d73b925
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@


#https://stackoverflow.com/questions/76958817/streamlit-your-system-has-an-unsupported-version-of-sqlite3-chroma-requires-sq
# ruff: noqa: E402
__import__('pysqlite3')
import sys
sys.modules['sqlite3'] = sys.modules.pop('pysqlite3')


import chromadb

import ollama
import streamlit as st
from chromadb.utils.embedding_functions.ollama_embedding_function import (
Expand Down

0 comments on commit d73b925

Please sign in to comment.