girisagar46 / FYPFruitClassifier

Consider removing the commented out code block PY-W0069
Anti-pattern
Major
a year agoa year old
Consider removing the commented out code block
 8
 9
10def clean_graph_dir():
11    # shutil.rmtree('/home/linuxsagar/PycharmProjects/FruitClassifierTesting/graphs/')12    # os.mkdir('')
13    # os.remove()
14    os.system("rm -rf /home/linuxsagar/PycharmProjects/FruitClassifierTesting/FCTesting/static/histo.png")
Consider removing the commented out code block
95
96if __name__ == '__main__':
97    training()
98    # test_system()