mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-20 17:52:50 +00:00
hush pyflakes warnings
This commit is contained in:
parent
4101bcf218
commit
18ec38acf0
@ -3,7 +3,7 @@ from twisted.trial import unittest
|
||||
from twisted.internet import defer
|
||||
from cStringIO import StringIO
|
||||
|
||||
from allmydata import upload, download
|
||||
from allmydata import upload
|
||||
from allmydata.uri import unpack_uri
|
||||
|
||||
class StringBucketProxy:
|
||||
|
@ -1,5 +1,5 @@
|
||||
|
||||
from allmydata.util import bencode, idlib
|
||||
from allmydata.util import idlib
|
||||
|
||||
# the URI shall be an ascii representation of the file. It shall contain
|
||||
# enough information to retrieve and validate the contents. It shall be
|
||||
|
Loading…
x
Reference in New Issue
Block a user