File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -398,7 +398,7 @@ def import_priority(imp: ImportBase, toplevel_priority: int) -> int:
398398
399399
400400def load_plugins_from_config (
401- options : Options , errors : Errors , stdout : TextIO | None
401+ options : Options , errors : Errors , stdout : TextIO | None
402402) -> tuple [list [Plugin ], dict [str , str ]]:
403403 """Load all configured plugins.
404404
@@ -490,7 +490,7 @@ def plugin_error(message: str) -> NoReturn:
490490
491491
492492def load_plugins (
493- options : Options , errors : Errors , stdout : TextIO | None , extra_plugins : Sequence [Plugin ]
493+ options : Options , errors : Errors , stdout : TextIO | None , extra_plugins : Sequence [Plugin ]
494494) -> tuple [Plugin , dict [str , str ]]:
495495 """Load all configured plugins.
496496
You can’t perform that action at this time.
0 commit comments