Skip to content

Commit 98cc976

Browse files
removed redundant import
1 parent 2e7e439 commit 98cc976

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/analysis/analysis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os
22
import matplotlib.pyplot as plt
33
import numpy as np
4-
from src.infrastructure import file_utils, repository_utils
4+
from src.infrastructure import file_utils
55

66
def _save_plot(plot: plt, name: str):
77
file_path = os.path.join(file_utils.CHARTS_PATH, f"{name}.jpg")

0 commit comments

Comments
 (0)