Skip to content

Commit 2de8568

Browse files
committed
upd example
1 parent a8a7fee commit 2de8568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/python_snippets/data_layer/custom_data_layer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class UserDetailView(DetailViewBase):
2525

2626

2727
class UserListView(ListViewBase):
28-
data_layer_cls = MyCustomDataLayer
28+
data_layer_cls = MyCustomSqlaDataLayer
2929

3030

3131
app = FastAPI()

0 commit comments

Comments
 (0)