diff options
| author | Scott <[email protected]> | 2022-01-26 21:34:26 -0800 |
|---|---|---|
| committer | Scott <[email protected]> | 2022-01-26 21:34:26 -0800 |
| commit | 36fea7f15ed17150691b5b3ead75450e575229ef (patch) | |
| tree | 883ec076d7abe7683231244d27ca2c603ffcf031 /function_utils.py | |
| parent | a0c6b6c28214e0f5167bc25690ada5d83d933086 (diff) | |
Ran black code formatter on everything.
Diffstat (limited to 'function_utils.py')
| -rw-r--r-- | function_utils.py | 1 |
1 files changed, 1 insertions, 0 deletions
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__}' |
