mypy: rename yes module to yes_no to avoid name collision

This commit is contained in:
Thomas Waldmann 2022-07-15 13:20:42 +02:00
parent f71f26ddfd
commit 366ef73f88
2 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ from .parseformat import * # NOQA
from .process import * # NOQA
from .progress import * # NOQA
from .time import * # NOQA
from .yes import * # NOQA
from .yes_no import * # NOQA
from .msgpack import is_slow_msgpack, is_supported_msgpack, get_limited_unpacker
from . import msgpack