Skip to content

Commit

Permalink
updated markdown'
Browse files Browse the repository at this point in the history
  • Loading branch information
hitblast committed Dec 21, 2024
1 parent 1041590 commit 085b939
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,12 @@ Since version [2024.12.5](https://github.com/hitblast/avro.py/releases/tag/2024.
Here's a reiteration of the previous example using the new syntax:

```python
# Imports.
import asyncio
import avro

async def main():
# Main coroutine.
async def main() -> None:
# Our dummy text.
dummy = 'ami banglay gan gai.'

Expand Down

0 comments on commit 085b939

Please sign in to comment.