style: apply black via pre-commit run -a
This commit is contained in:
committed by
Henry Schreiner
parent
9cbed6a9be
commit
178aaea6c7
+12
-1
@@ -9,7 +9,18 @@ else:
|
||||
from typing import Final, Literal, TypedDict
|
||||
|
||||
|
||||
__all__ = ("Final", "Literal", "TypedDict", "Set", "Union", "PopenBytes", "PathOrStr", "PlatformName", "PLATFORMS", "assert_never")
|
||||
__all__ = (
|
||||
"Final",
|
||||
"Literal",
|
||||
"TypedDict",
|
||||
"Set",
|
||||
"Union",
|
||||
"PopenBytes",
|
||||
"PathOrStr",
|
||||
"PlatformName",
|
||||
"PLATFORMS",
|
||||
"assert_never",
|
||||
)
|
||||
|
||||
|
||||
if TYPE_CHECKING:
|
||||
|
||||
Reference in New Issue
Block a user