Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 6, 2024
1 parent cef669e commit 09ab730
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/HyBIG-Example-Usage.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@
"metadata": {},
"outputs": [],
"source": [
"from harmony import Collection, Environment, Client, Request\n",
"\n",
"# creates an output directory for the downloaded files\n",
"from pathlib import Path\n",
"\n",
"from harmony import Client, Collection, Environment, Request\n",
"\n",
"output_dir = Path('./hybig-output')\n",
"Path.mkdir(output_dir, exist_ok=True)"
]
Expand Down

0 comments on commit 09ab730

Please sign in to comment.