Remove unused code.
This commit is contained in:
parent
2d244f0631
commit
a17f97e953
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue