diff --git a/ANN_Training.py b/ANN_Training.py
index ab52a28745a42e3706db4e4f1b17225792ca0ce8..65dc77a772643b3354c886e78366fe59d1e62167 100644
--- a/ANN_Training.py
+++ b/ANN_Training.py
@@ -5,15 +5,12 @@
 Code-Style: E226, W503
 Docstring-Style: D200, D400
 
-TODO: Add documentation -> Done
 TODO: Add README for ANN training
 TODO: Fix random seed
 TODO: Write-protect all data and models
 TODO: Put legend outside plot (bbox_to_anchor)
 TODO: Put plotting into separate function
 TODO: Reduce number of testing epochs to 50
-TODO: Adapt docstring to uniform standard -> Done
-TODO: Change maximal line length to 79 (as advised by PEP8) -> Done
 
 """
 import numpy as np
diff --git a/Plotting.py b/Plotting.py
index debe9258acd2b89b1830edf9daf58fbb4c450df6..2059f880581255d7815947fcf587f55d5cd8588a 100644
--- a/Plotting.py
+++ b/Plotting.py
@@ -3,8 +3,6 @@
 @author: Laura C. Kühle
 
 TODO: Give option to select plotting color
-TODO: Add documentation to plot_boxplot() -> Done
-TODO: Adjust documentation for plot_classification_accuracy() -> Done
 
 """
 from typing import Tuple