py36+: update the target version of black to py36
This commit is contained in:
@@ -122,7 +122,7 @@ def _pformat_dispatch(
|
||||
width: int = 80,
|
||||
depth: Optional[int] = None,
|
||||
*,
|
||||
compact: bool = False
|
||||
compact: bool = False,
|
||||
) -> str:
|
||||
return AlwaysDispatchingPrettyPrinter(
|
||||
indent=indent, width=width, depth=depth, compact=compact
|
||||
|
||||
Reference in New Issue
Block a user