mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-01 16:58:10 +00:00
add missing import
This commit is contained in:
parent
b69e8d013b
commit
7a59aa83bb
@ -13,6 +13,11 @@ if PY2:
|
|||||||
|
|
||||||
import struct
|
import struct
|
||||||
|
|
||||||
|
try:
|
||||||
|
from typing import Union
|
||||||
|
except ImportError:
|
||||||
|
pass
|
||||||
|
|
||||||
import attr
|
import attr
|
||||||
|
|
||||||
from nacl.hash import blake2b
|
from nacl.hash import blake2b
|
||||||
|
Loading…
x
Reference in New Issue
Block a user