2and3/mmap.pyi : remove "type: ignore" (#425)

First was for mypy compatibility, but is no longer needed.

Second is removed by going inheriting (Iterable[bytes],
Container[bytes], Sized, Reversible[bytes]) instead of
Sequence[bytes]. Should presumably catch more errors when using __getattr__
This commit is contained in:
Alvaro Caceres
2016-08-01 16:20:37 -05:00
committed by Matthias Kramm
parent f72afd0ad1
commit 4c20cd6711
2 changed files with 6 additions and 5 deletions

View File

@@ -10,5 +10,4 @@
2and3/argparse.pyi
2and3/logging/handlers.pyi
2and3/logging/__init__.pyi
2and3/mmap.pyi
2and3/webbrowser.pyi