浏览代码

remove useless includes

Sven Czarnian 3 年之前
父节点
当前提交
38b4865ea5
共有 1 个文件被更改,包括 0 次插入1 次删除
  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):