Skip to content

Commit

Permalink
applies auto-formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfromearth committed Nov 21, 2023
1 parent cefec13 commit 32443ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion earthaccess/search.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ def hits(self) -> int:

url = self._build_url()

response = self.session.get(url, headers=self.headers, params={'page_size': 0})
response = self.session.get(url, headers=self.headers, params={"page_size": 0})

try:
response.raise_for_status()
Expand Down

0 comments on commit 32443ca

Please sign in to comment.