From 61b06a3d1a97f6a5db8e0624102e9ec6cf870fed Mon Sep 17 00:00:00 2001 From: Saifeddine ALOUI Date: Mon, 3 Feb 2025 23:17:43 +0100 Subject: [PATCH] linting --- lightrag/tools/lightrag_visualizer/README.md | 5 ++--- lightrag/tools/lightrag_visualizer/__init__.py | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/lightrag/tools/lightrag_visualizer/README.md b/lightrag/tools/lightrag_visualizer/README.md index 63ba95d9..14e9b344 100644 --- a/lightrag/tools/lightrag_visualizer/README.md +++ b/lightrag/tools/lightrag_visualizer/README.md @@ -93,7 +93,7 @@ Adjustable via UI control panel: ```bash # Make sure you installed with the 'tools' option pip install lightrag-hku[tools] - + # Verify installation pip list | grep lightrag-hku ``` @@ -102,7 +102,7 @@ Adjustable via UI control panel: ```bash # Check OpenGL version glxinfo | grep "OpenGL version" - + # Update graphics drivers if needed ``` @@ -134,4 +134,3 @@ The viewer is particularly useful for: This tool is part of LightRAG and is distributed under the MIT License. See `LICENSE` for more information. Note: This visualization tool is an optional component of the LightRAG package. Install with the [tools] option to access the viewer functionality. - diff --git a/lightrag/tools/lightrag_visualizer/__init__.py b/lightrag/tools/lightrag_visualizer/__init__.py index 69552d8c..ca6df8d7 100644 --- a/lightrag/tools/lightrag_visualizer/__init__.py +++ b/lightrag/tools/lightrag_visualizer/__init__.py @@ -10,7 +10,7 @@ import numpy as np import networkx as nx import pipmaster as pm -#Added automatic libraries install using pipmaster +# Added automatic libraries install using pipmaster if not pm.is_installed("moderngl"): pm.install("moderngl") if not pm.is_installed("imgui_bundle"):