From ad6375c7572ccab114df5cfd20ef668146fb5431 Mon Sep 17 00:00:00 2001
From: David Hendriks <davidhendriks93@gmail.com>
Date: Thu, 6 Oct 2022 00:08:17 +0100
Subject: [PATCH] black

---
 binarycpython/utils/population_class.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/binarycpython/utils/population_class.py b/binarycpython/utils/population_class.py
index ebfb08d19..626f20756 100644
--- a/binarycpython/utils/population_class.py
+++ b/binarycpython/utils/population_class.py
@@ -575,6 +575,8 @@ class Population(
         self.grid_options["_system_generator"] = None
         self.grid_options["_failed_systems_error_codes"] = []
 
+        # TODO: calls to clean up functions for each evolution type
+
     def _dry_run(self):
         """
         Function to dry run the grid and know how many stars it will run
-- 
GitLab