From ab18bffaf964904081d435eb9344908536aea515 Mon Sep 17 00:00:00 2001 From: Tat-Chee Wan (USM) Date: Sat, 30 Apr 2011 08:23:07 +0800 Subject: fixed indentation error (?) --- nxt-python-fantom/nxt/sensor/hitechnic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nxt-python-fantom/nxt/sensor/hitechnic.py') 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): -- cgit v1.2.3