From c2a22b8c2e311c6e0b056bcd99a23fefcba76c2b Mon Sep 17 00:00:00 2001 From: Kim <33294735+SpicyGarlicAlbacoreRoll@users.noreply.github.com> Date: Tue, 30 Jan 2024 09:20:58 -0900 Subject: [PATCH] Update ASFSession.py removes stray docstring change on ASFSession --- asf_search/ASFSession.py | 2 -- 1 file changed, 2 deletions(-) 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,