ZahirJS commited on
Commit
8d3a882
·
verified ·
1 Parent(s): cdf3ada

Update synoptic_chart_generator.py

Browse files
Files changed (1) hide show
  1. synoptic_chart_generator.py +1 -1
synoptic_chart_generator.py CHANGED
@@ -98,7 +98,7 @@ def generate_synoptic_chart(json_input: str, output_format: str) -> str:
98
  }
99
 
100
  Returns:
101
- str: The filepath to the generated PNG image file.
102
  """
103
  try:
104
  if not json_input.strip():
 
98
  }
99
 
100
  Returns:
101
+ str: The filepath to the generated image file.
102
  """
103
  try:
104
  if not json_input.strip():