remove "= ..." from top-level values (#6930)

This commit is contained in:
Jelle Zijlstra
2022-01-16 08:38:00 -08:00
committed by GitHub
parent 425ba77bb2
commit 339bfbbfaa
8 changed files with 118 additions and 119 deletions

View File

@@ -7,7 +7,7 @@ _ValueType = Union[str, bytes]
class error(OSError): ...
library: str = ...
library: str
# Actual typename dbm, not exposed by the implementation
class _dbm: