mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-19 11:16:24 +00:00
trivial: whitespace and docstring tidyups
This commit is contained in:
parent
ebe767bccf
commit
81add135dc
@ -1,4 +1,3 @@
|
||||
|
||||
import os, time, weakref, itertools
|
||||
from zope.interface import implements
|
||||
from twisted.python import failure
|
||||
|
@ -1453,7 +1453,7 @@ class IUploadResults(Interface):
|
||||
"""I am returned by upload() methods. I contain a number of public
|
||||
attributes which can be read to determine the results of the upload. Some
|
||||
of these are functional, some are timing information. All of these may be
|
||||
None.::
|
||||
None.
|
||||
|
||||
.file_size : the size of the file, in bytes
|
||||
.uri : the CHK read-cap for the file
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
import os
|
||||
from twisted.trial import unittest
|
||||
from twisted.application import service
|
||||
|
Loading…
Reference in New Issue
Block a user