Skip to content

Commit 8e13211

Browse files
2 parents 3c51d2b + 1c9a35c commit 8e13211

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Here is an example how to use lifespan (Repeated Tasks) functions with latest fa
4646
```
4747
from fastapi import FastAPI
4848
from contextlib import asynccontextmanager
49-
from fastapi_utilities.repeat import repeat_every, repeat_at
49+
from fastapi_utilities import repeat_every, repeat_at
5050
5151
@asynccontextmanager
5252
async def lifespan(app: FastAPI):
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
from .repeat_at import repeat_at
2+
from .repeat_every import repeat_every

0 commit comments

Comments
 (0)