Disable mypy on a file that is specific to local mode

Otherwise it fails because of missing dependencies in CICD
This commit is contained in:
Louis 2023-12-03 19:12:40 +01:00
parent 29816d8a3a
commit 99a870bcee

View File

@ -1,3 +1,6 @@
# Ignoring the mypy check in this file, given that this file is imported only if
# running in local mode (and therefore the llama-cpp-python library is installed).
# type: ignore
"""Helper to get your llama_index messages correctly serialized into a prompt.
This set of classes and functions is used to format a series of