Remove datetime unused import

This commit is contained in:
Jxck-S 2020-08-15 17:48:15 -04:00
parent 6ad6a9057b
commit b24d509ced
1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@ geolocator = Nominatim(user_agent="OpenSkyBot", timeout=5)
import time
from colorama import Fore, Back, Style
import datetime
from defOpenSky import pullOpenSky
from defADSBX import pullADSBX