diff --git a/asf_search/ASFSession.py b/asf_search/ASFSession.py index 15125d9b..cf1a65ae 100644 --- a/asf_search/ASFSession.py +++ b/asf_search/ASFSession.py @@ -7,8 +7,6 @@ from asf_search.exceptions import ASFAuthenticationError class ASFSession(requests.Session): - """The names of the cookies to check for when confirming ASFSession is authenticated""" - def __init__(self, edl_host: str = None, edl_client_id: str = None,