From e8fbbb7306430478dec55d2c963eed116d8330cc Mon Sep 17 00:00:00 2001 From: Scott Gasch Date: Tue, 8 Feb 2022 17:46:56 -0800 Subject: More cleanup, yey! --- function_utils.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'function_utils.py') diff --git a/function_utils.py b/function_utils.py index 3c8e4ae..f107762 100644 --- a/function_utils.py +++ b/function_utils.py @@ -1,5 +1,7 @@ #!/usr/bin/env python3 +"""Helper methods dealing with functions.""" + from typing import Callable -- cgit v1.3