mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-07 10:56:49 +00:00
mutable/publish.py: fix an unused import. refs #1542
This commit is contained in:
parent
7fb4d5f948
commit
f72cba50ba
@ -22,7 +22,7 @@ from allmydata.mutable.layout import get_version_from_checkstring,\
|
||||
unpack_mdmf_checkstring, \
|
||||
unpack_sdmf_checkstring, \
|
||||
MDMFSlotWriteProxy, \
|
||||
SDMFSlotWriteProxy, MDMFCHECKSTRING
|
||||
SDMFSlotWriteProxy
|
||||
|
||||
KiB = 1024
|
||||
DEFAULT_MAX_SEGMENT_SIZE = 128 * KiB
|
||||
|
Loading…
x
Reference in New Issue
Block a user