test coverage

This commit is contained in:
Adam Hopkins 2021-02-15 22:45:21 +02:00
parent 7f63ad5484
commit a913e712a7

View File

@ -44,7 +44,7 @@ def str_to_bool(val: str) -> bool:
def load_module_from_file_location( def load_module_from_file_location(
location: Union[bytes, str, Path], encoding: str = "utf8", *args, **kwargs location: Union[bytes, str, Path], encoding: str = "utf8", *args, **kwargs
): ): # noqa
"""Returns loaded module provided as a file path. """Returns loaded module provided as a file path.
:param args: :param args: