cleaned import

This commit is contained in:
Yannick Stephan
2025-02-16 14:45:45 +01:00
parent 3fef8201c6
commit a0844bca28
12 changed files with 16 additions and 18 deletions

View File

@@ -19,7 +19,7 @@ try:
import networkx as nx
except ImportError as e:
raise ImportError(
"networkx library is not installed. Please install it to proceed."
"`networkx` library is not installed. Please install it via pip: `pip install networkx`."
) from e