Skip to content

Commit e08e53c

Browse files
committed
fix: fix type hint
1 parent 35dc4cc commit e08e53c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tests/units/test_core.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2408,7 +2408,12 @@ class DummyConfig:
24082408

24092409
search_plugin.config = DummyConfig()
24102410

2411-
kwargs = {"page": 1, "items_per_page": 2, "productType": "S2_MSI_L1C", "cloud_cover": 80}
2411+
kwargs = {
2412+
"page": 1,
2413+
"items_per_page": 2,
2414+
"productType": "S2_MSI_L1C",
2415+
"cloud_cover": 80,
2416+
}
24122417
sr = self.dag._do_search(
24132418
search_plugin=search_plugin, count=False, raise_errors=False, **kwargs
24142419
)

0 commit comments

Comments
 (0)