diff --git a/mkdocs/tests/base.py b/mkdocs/tests/base.py index 934f9570..1270db3a 100644 --- a/mkdocs/tests/base.py +++ b/mkdocs/tests/base.py @@ -37,7 +37,7 @@ def load_config(**cfg): conf.load_dict(cfg) errors_warnings = conf.validate() - assert(errors_warnings == ([], [])), errors_warnings + assert errors_warnings == ([], []), errors_warnings return conf