py36+: update the target version of black to py36

This commit is contained in:
Anthony Sottile
2020-10-02 13:09:35 -07:00
parent 6ed07a1c25
commit f295b0267d
16 changed files with 28 additions and 28 deletions
+1 -1
View File
@@ -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