mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-27 16:28:53 +00:00
Explain why it's a conditional import.
This commit is contained in:
parent
c921b153f4
commit
a593095dc9
@ -14,6 +14,8 @@ if PY2:
|
|||||||
from future.builtins import filter, map, zip, ascii, chr, hex, input, next, oct, open, pow, round, super, bytes, dict, list, object, range, str, max, min # noqa: F401
|
from future.builtins import filter, map, zip, ascii, chr, hex, input, next, oct, open, pow, round, super, bytes, dict, list, object, range, str, max, min # noqa: F401
|
||||||
# fmt: on
|
# fmt: on
|
||||||
else:
|
else:
|
||||||
|
# typing module not available in Python 2, and we only do type checking in
|
||||||
|
# Python 3 anyway.
|
||||||
from typing import Union
|
from typing import Union
|
||||||
from treq.testing import StubTreq
|
from treq.testing import StubTreq
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user