Update utils/visualize.py
Browse files- 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
|
|