summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTat-Chee Wan (USM)2011-04-30 08:23:07 +0800
committerTat-Chee Wan (USM)2011-04-30 08:23:07 +0800
commitab18bffaf964904081d435eb9344908536aea515 (patch)
tree7315cc586f5b4848c79f9f8a4ea7a365b63be4b6
parentd560125cbc778a02985b0615f50c177019191971 (diff)
fixed indentation error (?)
-rw-r--r--nxt-python-fantom/nxt/sensor/hitechnic.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nxt-python-fantom/nxt/sensor/hitechnic.py b/nxt-python-fantom/nxt/sensor/hitechnic.py
index d2bd8ec..3c152d3 100644
--- a/nxt-python-fantom/nxt/sensor/hitechnic.py
+++ b/nxt-python-fantom/nxt/sensor/hitechnic.py
@@ -247,7 +247,7 @@ class EOPD(BaseAnalogSensor):
def __init__(self, brick, port):
super(EOPD, self).__init__(brick, port)
- from math import sqrt
+ from math import sqrt
self.sqrt = sqrt
def set_range_long(self):