Skip to content

Commit d3f8653

Browse files
authored
Merge pull request #209 from Exabyte-io/feature/SOF-7327-1
fix ACCOUNT_ID in nb
2 parents 1b66102 + 1876fbe commit d3f8653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/material/create_material.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
},
115115
"outputs": [],
116116
"source": [
117-
"from utils.settings import ENDPOINT_ARGS\n",
117+
"from utils.settings import ENDPOINT_ARGS, ACCOUNT_ID\n",
118118
"from utils.generic import display_JSON\n",
119119
"\n",
120120
"from exabyte_api_client.endpoints.materials import MaterialEndpoints"

0 commit comments

Comments
 (0)