diff --git a/binarycpython/utils/distribution_functions.py b/binarycpython/utils/distribution_functions.py
index cdb941bb4858f25febccdf3720eb401ff18b5a26..b0369aa0a68ab48d5b0ca20db6913828baf44fe7 100644
--- a/binarycpython/utils/distribution_functions.py
+++ b/binarycpython/utils/distribution_functions.py
@@ -13,7 +13,7 @@ There are distributions for the following parameters:
 Tasks:
     - TODO: make some things globally present? rob does this in his module..i guess it saves
         calculations but not sure if I'm gonna do that now
-    - TODO: add eccentricity distribution: thermal
+    - TODO: add eccentricity distribution: thermal, Mathieu eccentricity
     - TODO: Add SFH distributions depending on redshift
     - TODO: Add metallicity distributions depending on redshift
     - TODO: Add initial rotational velocity distributions
diff --git a/binarycpython/utils/functions.py b/binarycpython/utils/functions.py
index 1480a418e8e1aaf142b59a535621ba040bb015f2..0a1211067f0daadbddeed7281ba6a2f67b21630a 100644
--- a/binarycpython/utils/functions.py
+++ b/binarycpython/utils/functions.py
@@ -449,11 +449,9 @@ def remove_file(file: str, verbosity: int = 0) -> None:
             1,
         )
 
-
 def get_username():
     return psutil.Process().username()
 
-
 def temp_dir(*args: str) -> str:
     """
     Function to create directory within the TMP directory of the file system