From 0687f692b0e6b0e64639214a3d32f0666c959718 Mon Sep 17 00:00:00 2001 From: Zooko O'Whielacronx Date: Wed, 31 Dec 2008 15:07:02 -0700 Subject: [PATCH] trivial: "M-x whitespace-cleanup" on immutable/layout.py --- src/allmydata/immutable/layout.py | 2 -- 1 file changed, 2 deletions(-) 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) - -- 2.45.2