From 32443ca66d033e6d039188b74295fbaaad6ffd19 Mon Sep 17 00:00:00 2001 From: danielfromearth Date: Tue, 21 Nov 2023 15:20:20 -0500 Subject: [PATCH] applies auto-formatting --- earthaccess/search.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/earthaccess/search.py b/earthaccess/search.py index f1a8681f..0ed3b61d 100644 --- a/earthaccess/search.py +++ b/earthaccess/search.py @@ -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()