Skip to content

Commit 53637dd

Browse files
DenverCoder1TeamSpen210akx
authored
Add type annotations (#934)
Refs e.g. python/typeshed#9455 Co-authored-by: Spencer Brown <[email protected]> Co-authored-by: Aarni Koskela <[email protected]>
1 parent 6109784 commit 53637dd

22 files changed

+958
-504
lines changed

.coveragerc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ exclude_lines =
33
NotImplemented
44
pragma: no cover
55
warnings.warn
6+
if TYPE_CHECKING:

0 commit comments

Comments
 (0)