Skip to content

Commit

Permalink
black code
Browse files Browse the repository at this point in the history
  • Loading branch information
HailiangZhangNASA committed Dec 21, 2024
1 parent f807616 commit 5b486cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion earthaccess/store.py
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ def _clone_session_in_local_thread(
Returns:
A new session that has the same headers, cookies, and auth as the original session.
"""
if not hasattr(self.thread_locals, 'local_thread_session'):
if not hasattr(self.thread_locals, "local_thread_session"):
local_thread_session = SessionWithHeaderRedirection()
local_thread_session.headers.update(original_session.headers)
local_thread_session.cookies.update(original_session.cookies)
Expand Down

0 comments on commit 5b486cd

Please sign in to comment.