MaheshP98 commited on
Commit
1786eb8
·
verified ·
1 Parent(s): 5bea56b

Update utils/visualize.py

Browse files
Files changed (1) hide show
  1. utils/visualize.py +1 -3
utils/visualize.py CHANGED
@@ -1,4 +1,3 @@
1
- ```
2
  import matplotlib.pyplot as plt
3
  import pandas as pd
4
  import logging
@@ -24,5 +23,4 @@ def plot_usage(df):
24
  return fig
25
  except Exception as e:
26
  logger.error(f"Failed to generate usage plot: {e}")
27
- raise
28
- ```
 
 
1
  import matplotlib.pyplot as plt
2
  import pandas as pd
3
  import logging
 
23
  return fig
24
  except Exception as e:
25
  logger.error(f"Failed to generate usage plot: {e}")
26
+ raise