Skip to content

Commit 1876fbe

Browse files
committed
chore: fix accunt id
1 parent 1b66102 commit 1876fbe

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)