mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-20 09:46:18 +00:00
encode.py: remove an unused import
This commit is contained in:
parent
0ecb26ec44
commit
03fbee6ade
@ -3,7 +3,7 @@
|
||||
from zope.interface import implements
|
||||
from twisted.internet import defer
|
||||
from twisted.python import log
|
||||
from allmydata.hashtree import HashTree, roundup_pow2
|
||||
from allmydata.hashtree import HashTree
|
||||
from allmydata.Crypto.Cipher import AES
|
||||
from allmydata.util import mathutil, hashutil
|
||||
from allmydata.util.assertutil import _assert
|
||||
|
Loading…
x
Reference in New Issue
Block a user