]> gitweb.michael.orlitzky.com - dead/census-tools.git/blobdiff - src/GPS.py
Removed the math import from GPS.
[dead/census-tools.git] / src / GPS.py
index acd8e9c570da0f2f12d921a84e5a8b0d22e39d9c..477dc9b93bb5e219cd01a30db73d0004eccf08fd 100644 (file)
@@ -1,6 +1,3 @@
-from math import sqrt
-
-
 class Coordinates:
     """Represents a set of GPS coordinates (latitude/longitude)."""