Skip to content

Commit

Permalink
πŸ“ Fixes doc
Browse files Browse the repository at this point in the history
  • Loading branch information
AnoyiX committed Mar 19, 2024
1 parent 87114d6 commit 4fe0d27
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,11 +152,9 @@ def log_sleep():

@LogExecTimeAsync
async def log_sleep_async():
await asyncio..sleep(1.5)
await asyncio.sleep(1.5)
```

If you


#### πŸ”° WithEnvConfig

Expand Down

0 comments on commit 4fe0d27

Please sign in to comment.