Browse Source

remove useless includes

Sven Czarnian 3 years ago
parent
commit
38b4865ea5
1 changed files with 0 additions and 1 deletions
  1. 0 1
      aman/types/Waypoint.py

+ 0 - 1
aman/types/Waypoint.py

@@ -2,7 +2,6 @@
 
 import numpy as np
 import pyproj
-import sys
 
 class Waypoint:
     def dms2dd(coordinate : str):