diff --git a/sanic/utils.py b/sanic/utils.py index dce61619..519d3c29 100644 --- a/sanic/utils.py +++ b/sanic/utils.py @@ -44,7 +44,7 @@ def str_to_bool(val: str) -> bool: def load_module_from_file_location( location: Union[bytes, str, Path], encoding: str = "utf8", *args, **kwargs -): +): # noqa """Returns loaded module provided as a file path. :param args: