Add coding comments for files with utf8 characters in there.
[python_utils.git] / function_utils.py
index f027f8ce9d07fd22c7d18af2cccc0f92413115d9..3c8e4ae10f4f493edb22c35ad3758442b4f224dd 100644 (file)
@@ -18,6 +18,7 @@ def function_identifier(f: Callable) -> str:
     """
     if f.__module__ == '__main__':
         from pathlib import Path
+
         import __main__
 
         module = __main__.__file__