diff --git a/scaffoldforge/templates/python/default/utils.py.j2 b/scaffoldforge/templates/python/default/utils.py.j2 index 0967b1b..e62cb34 100644 --- a/scaffoldforge/templates/python/default/utils.py.j2 +++ b/scaffoldforge/templates/python/default/utils.py.j2 @@ -9,6 +9,4 @@ def helper_function(): pass -def another_helper(): - """TODO: Implement another helper.""" - pass +# TODO: Add more utility functions based on requirements