Skip to content

Commit

Permalink
style: rename crud.py to dtobase.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxin688 committed Jan 17, 2024
1 parent 11a824a commit 7b11f29
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/auth/services.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from src.auth import schemas
from src.auth.models import Group, Role, User
from src.db.crud import DtoBase
from src.db.dtobase import DtoBase


class UserDto(DtoBase[User, schemas.UserCreate, schemas.UserUpdate, schemas.UserQuery]):
Expand Down
File renamed without changes.

0 comments on commit 7b11f29

Please sign in to comment.