Improve docstrings for sphinx.
[python_utils.git] / function_utils.py
index f74a852d7d8834ccc38bda39f21c6d381339a7f1..a8ab0c74cfc50cb53b1e5b1b3f4dc49a8c9fc51e 100644 (file)
@@ -18,8 +18,8 @@ def function_identifier(f: Callable) -> str:
 
     >>> function_identifier(function_identifier)
     'function_utils:function_identifier'
-
     """
+
     if f.__module__ == '__main__':
         from pathlib import Path