From a17f97e9532723901fb15b4b7cb083fd7235dc27 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Tue, 3 Oct 2023 08:19:19 +0100 Subject: [PATCH] Remove unused code. --- agenda/__init__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/agenda/__init__.py b/agenda/__init__.py index a968ebf..8e68ae5 100644 --- a/agenda/__init__.py +++ b/agenda/__init__.py @@ -1,7 +1,6 @@ import configparser import json import os -import sys import typing import warnings from datetime import date, datetime, timedelta, timezone @@ -16,7 +15,7 @@ import pandas import pytz import requests -from agenda import spacexdata +# from agenda import spacexdata warnings.simplefilter(action="ignore", category=FutureWarning)