Skip to content

Commit 5b6217c

Browse files
committed
fix: formatting
1 parent 555d3de commit 5b6217c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/example.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,9 @@
181181
"print(f\"pystac-client: {end - start}s ({len(items)} items)\")\n",
182182
"\n",
183183
"start = time.time()\n",
184-
"items = await stacrs.search(\"https://stac.eoapi.dev\", collections=[\"WildFires-LosAngeles-Jan-2025\"])\n",
184+
"items = await stacrs.search(\n",
185+
" \"https://stac.eoapi.dev\", collections=[\"WildFires-LosAngeles-Jan-2025\"]\n",
186+
")\n",
185187
"end = time.time()\n",
186188
"print(f\"stacrs: {end - start}s ({len(items)} items)\")"
187189
]

0 commit comments

Comments
 (0)