Skip to content

Commit

Permalink
Merge pull request #204 from tisnik/minor-pylint-related-change
Browse files Browse the repository at this point in the history
Minor: override Pylint issue with global statement usage
  • Loading branch information
tisnik authored Dec 11, 2024
2 parents fdddb7b + 6c9f1f8 commit 5312d25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ols/src/rag_index/index_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
# So this module is excluded from mypy checks as a whole.
def load_llama_index_deps() -> None:
"""Load llama_index dependencies."""
# pylint: disable=global-statement
global Settings
global StorageContext
global load_index_from_storage
Expand Down

0 comments on commit 5312d25

Please sign in to comment.