Skip to content

Commit 3a38dcf

Browse files
committed
test initial commit protection
1 parent 389b2aa commit 3a38dcf

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

notebooks/example_usage.ipynb

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1059,9 +1059,17 @@
10591059
},
10601060
{
10611061
"cell_type": "code",
1062-
"execution_count": null,
1062+
"execution_count": 1,
10631063
"metadata": {},
1064-
"outputs": [],
1064+
"outputs": [
1065+
{
1066+
"name": "stdout",
1067+
"output_type": "stream",
1068+
"text": [
1069+
"test push protection\n"
1070+
]
1071+
}
1072+
],
10651073
"source": [
10661074
"print(\"test push protection\")"
10671075
]

0 commit comments

Comments
 (0)