X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FGPS.py;h=477dc9b93bb5e219cd01a30db73d0004eccf08fd;hb=bcc152b59791e0aa3e7a5e34ad84124b4c48b276;hp=acd8e9c570da0f2f12d921a84e5a8b0d22e39d9c;hpb=d1ab5e381a646ad6e2c8ddee581980ca9ae0b18c;p=dead%2Fcensus-tools.git 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)."""