File tree Expand file tree Collapse file tree 1 file changed +23
-3
lines changed
samples/05_content_publishers Expand file tree Collapse file tree 1 file changed +23
-3
lines changed Original file line number Diff line number Diff line change 450
450
"cell_type": "code",
451
451
"execution_count": null,
452
452
"metadata": {},
453
- "outputs": [],
453
+ "outputs": [
454
+ {
455
+ "data": {
456
+ "text/plain": [
457
+ "True"
458
+ ]
459
+ },
460
+ "execution_count": 42,
461
+ "metadata": {},
462
+ "output_type": "execute_result"
463
+ }
464
+ ],
454
465
"source": [
455
466
"webmap_item.delete(permanent=True)"
456
467
]
654
665
"cell_type": "code",
655
666
"execution_count": null,
656
667
"metadata": {},
657
- "outputs": [],
668
+ "outputs": [{
669
+ "data": {
670
+ "text/plain": [
671
+ "True"
672
+ ]
673
+ },
674
+ "execution_count": 43,
675
+ "metadata": {},
676
+ "output_type": "execute_result"
677
+ }],
658
678
"source": [
659
- "item.delete(permanente =True)"
679
+ "item.delete(permanent =True)"
660
680
]
661
681
},
662
682
{
You can’t perform that action at this time.
0 commit comments