Explorar el Código

remove useless includes

Sven Czarnian hace 3 años
padre
commit
38b4865ea5
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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):