trivial: "M-x whitespace-cleanup" on immutable/layout.py

This commit is contained in:
Zooko O'Whielacronx 2008-12-31 15:07:02 -07:00
parent b8904e023c
commit 0687f692b0

View File

@ -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)