removed astropy: it was making bad calls

This commit is contained in:
Avery Klingbeil 2023-01-03 21:56:33 -06:00
parent 44ce4b07d3
commit f856c7b619

View file

@ -4,7 +4,6 @@ from modules.heartbeat import heartbeat_module
from modules.location import location_module from modules.location import location_module
from modules.memory import memory_module from modules.memory import memory_module
from time import sleep from time import sleep
from astropy.coordinates import SkyCoord as sc
from os import system from os import system
#debugg to rebuild the file every test #debugg to rebuild the file every test