From a913e712a76af67ea8ac0e7aa4bfbcdd540b9a6b Mon Sep 17 00:00:00 2001 From: Adam Hopkins Date: Mon, 15 Feb 2021 22:45:21 +0200 Subject: [PATCH] test coverage --- sanic/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: