From: Zooko O'Whielacronx Date: Wed, 31 Dec 2008 22:07:02 +0000 (-0700) Subject: trivial: "M-x whitespace-cleanup" on immutable/layout.py X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=0687f692b0e6b0e64639214a3d32f0666c959718;p=tahoe-lafs%2Ftahoe-lafs.git trivial: "M-x whitespace-cleanup" on immutable/layout.py --- diff --git a/src/allmydata/immutable/layout.py b/src/allmydata/immutable/layout.py index 9412a2d4..cb9eb890 100644 --- a/src/allmydata/immutable/layout.py +++ b/src/allmydata/immutable/layout.py @@ -1,4 +1,3 @@ - import struct from zope.interface import implements from twisted.internet import defer @@ -363,4 +362,3 @@ class ReadBucketProxy: def _read(self, offset, length): return self._rref.callRemote("read", offset, length) -