Skip to content

Commit 3b23888

Browse files
committed
🎨 Format
1 parent 7904e9c commit 3b23888

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/annotated_doc/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ def hi(name: Annotated[str, Doc("Who to say hi to")]) -> None:
2020
print(f"Hi, {name}!")
2121
```
2222
"""
23+
2324
def __init__(self, documentation: str, /) -> None:
2425
self.documentation = documentation
2526

0 commit comments

Comments
 (0)