From 79aeb581972f2b642f9441e70fd3879dbaddcc2d Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 8 Sep 2011 13:59:58 -0400 Subject: [PATCH] Use PEP-8-suggested double space between class definitions in surface.py. --- pypiezo/surface.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pypiezo/surface.py b/pypiezo/surface.py index 6461718..7bf5d1b 100644 --- a/pypiezo/surface.py +++ b/pypiezo/surface.py @@ -60,6 +60,7 @@ class FlatFit (PoorFit): left_slope, right_slope) super(FlatFit, self).__init__(msg) + class EdgeKink (PoorFit): def __init__(self, kink, edge, window): self.kink = kink -- 2.26.2