agusmdev / fastapi-ddd-cookiecutter

This project is a backend template for a FastAPI-based application that uses the repository pattern approach to provide an abstraction layer between the business logic and the data access layer. It aims to provide a scalable and maintainable architecture for building web applications.
MIT License
42 stars 5 forks source link

Remove pet annotations from code #6

Closed leferrad closed 1 year ago

leferrad commented 1 year ago

In this line: https://github.com/agusmdev/fastapi-ddd-template/blob/main/%7B%7Bcookiecutter.project_slug%7D%7D/app/apis/repositories.py#L1

It should be replaced with something like """Module to provide repositories for the service"""

agusmdev commented 1 year ago

Replaced, thanks!