From 38b4865ea5843b7fc71933851de72e11e34d5fbe Mon Sep 17 00:00:00 2001 From: Sven Czarnian Date: Sat, 13 Nov 2021 22:55:13 +0100 Subject: [PATCH] remove useless includes --- aman/types/Waypoint.py | 1 - 1 file changed, 1 deletion(-) diff --git a/aman/types/Waypoint.py b/aman/types/Waypoint.py index 5ec36a9..5cb044c 100644 --- a/aman/types/Waypoint.py +++ b/aman/types/Waypoint.py @@ -2,7 +2,6 @@ import numpy as np import pyproj -import sys class Waypoint: def dms2dd(coordinate : str):