mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-27 02:08:54 +00:00
mypy: rename yes module to yes_no to avoid name collision
This commit is contained in:
parent
f71f26ddfd
commit
366ef73f88
2 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
from .process import * # NOQA
|
from .process import * # NOQA
|
||||||
from .progress import * # NOQA
|
from .progress import * # NOQA
|
||||||
from .time 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 .msgpack import is_slow_msgpack, is_supported_msgpack, get_limited_unpacker
|
||||||
from . import msgpack
|
from . import msgpack
|
||||||
|
|
Loading…
Reference in a new issue