From b24d509ceddea7e3e05d796ce8760d35219749da Mon Sep 17 00:00:00 2001 From: Jxck-S Date: Sat, 15 Aug 2020 17:48:15 -0400 Subject: [PATCH] Remove datetime unused import --- NotifyBot.py | 1 - 1 file changed, 1 deletion(-) diff --git a/NotifyBot.py b/NotifyBot.py index ec4c048..8f1eb0c 100644 --- a/NotifyBot.py +++ b/NotifyBot.py @@ -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