summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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):