From bcc152b59791e0aa3e7a5e34ad84124b4c48b276 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Thu, 1 Oct 2009 09:37:14 -0400 Subject: [PATCH] Removed the math import from GPS. --- src/GPS.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/GPS.py b/src/GPS.py index acd8e9c..477dc9b 100644 --- a/src/GPS.py +++ b/src/GPS.py @@ -1,6 +1,3 @@ -from math import sqrt - - class Coordinates: """Represents a set of GPS coordinates (latitude/longitude).""" -- 2.43.2