Skip to content

Commit

Permalink
Update ASFSession.py
Browse files Browse the repository at this point in the history
removes stray docstring change on ASFSession
  • Loading branch information
SpicyGarlicAlbacoreRoll authored Jan 30, 2024
1 parent f59369c commit c2a22b8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions asf_search/ASFSession.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit c2a22b8

Please sign in to comment.