From 36fea7f15ed17150691b5b3ead75450e575229ef Mon Sep 17 00:00:00 2001 From: Scott Date: Wed, 26 Jan 2022 21:34:26 -0800 Subject: Ran black code formatter on everything. --- function_utils.py | 1 + 1 file changed, 1 insertion(+) (limited to 'function_utils.py') diff --git a/function_utils.py b/function_utils.py index 5b70981..f027f8c 100644 --- a/function_utils.py +++ b/function_utils.py @@ -19,6 +19,7 @@ def function_identifier(f: Callable) -> str: if f.__module__ == '__main__': from pathlib import Path import __main__ + module = __main__.__file__ module = Path(module).stem return f'{module}:{f.__name__}' -- cgit v1.3