lint: reformat python code with black
This commit is contained in:
parent
331beb01b4
commit
a406a7974b
88 changed files with 2579 additions and 1608 deletions
|
@ -3,7 +3,9 @@ from abc import abstractmethod
|
|||
from typing import TYPE_CHECKING, Any
|
||||
|
||||
if TYPE_CHECKING:
|
||||
_SubparserType = argparse._SubParsersAction[argparse.ArgumentParser] # pylint: disable=protected-access
|
||||
_SubparserType = argparse._SubParsersAction[
|
||||
argparse.ArgumentParser
|
||||
] # pylint: disable=protected-access
|
||||
else:
|
||||
_SubparserType = Any
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue