feat: move new_note function to a separate file
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
cătălin 2022-08-28 15:35:37 +02:00
commit 3d053d532a
Signed by: catalin
GPG key ID: 0178DF42F43E5FD2
12 changed files with 239 additions and 105 deletions

View file

@ -17,6 +17,7 @@ pydantic = "^1.9.1"
PyYAML = "^6.0"
seedir = "^0.3.1"
pytest-mock = "^3.8.2"
returns = "^0.19.0"
[tool.poetry.group.linters.dependencies]