🎨 Format fixes (#159)

* 📝 Update release notes

* 🎨 Update format and structure
This commit is contained in:
Sebastián Ramírez
2020-04-20 19:27:45 +02:00
committed by GitHub
parent 7b768879f5
commit 41a2f15d8f
4 changed files with 2 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
from .crud_item import item # noqa: F401
from .crud_user import user # noqa: F401
from .crud_item import item
from .crud_user import user
# For a new basic set of CRUD operations you could just do