ZahirJS commited on
Commit
e57a611
·
verified ·
1 Parent(s): 024bbe5

Update network_graph_generator.py

Browse files
Files changed (1) hide show
  1. network_graph_generator.py +1 -1
network_graph_generator.py CHANGED
@@ -57,7 +57,7 @@ def generate_network_graph(json_input: str, output_format: str) -> str:
57
  }
58
 
59
  Returns:
60
- str: The filepath to the generated PNG image file.
61
  """
62
  try:
63
  if not json_input.strip():
 
57
  }
58
 
59
  Returns:
60
+ str: The filepath to the generated image file.
61
  """
62
  try:
63
  if not json_input.strip():