mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 09:58:31 +07:00
Fix a Python lint error
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user