Skip to content

Commit d5bff3f

Browse files
author
github-actions
committed
docs: Apply Code Embedder
1 parent 915e094 commit d5bff3f

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,6 @@ print(mapped) # Output: {'a': {'b': {'c': 85}}}
5959
type NestedDict[K, V] = dict[K, NestedDictNode[K, V]]
6060
type NestedDictNode[K, V] = V | NestedDict[K, V]
6161
# Similar types for Mapping and MutableMapping
62-
63-
print("This is a new lines!") # hihi # Output: This is a new lines!
6462
```
6563

6664
## ⬇️ Installation

dev/readme_snippets/raw/features_demo.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
print(mapped)
3939

4040

41-
4241
# Recursive types:
4342
type NestedDict[K, V] = dict[K, NestedDictNode[K, V]]
4443
type NestedDictNode[K, V] = V | NestedDict[K, V]

0 commit comments

Comments
 (0)