Remove poetry lock file
Created by: arnaudsjs
Description
The PRs created by Dependabot conflict with each other on the poetry.lock file. Since this is a library, I don't see a reason why we would need this file. This PR removes the poetry.lock file from the repository. Any objections?
Self Check:
-
Attached issue to pull request -
Changelog entry -
Type annotations are present -
Code is clear and sufficiently documented -
No (preventable) type errors (check using make mypy or make mypy-diff) -
Sufficient test cases (reproduces the bug/tests the requested feature) -
Correct, in line with design -
End user documentation is included or an issue is created for end-user documentation
Reviewer Checklist:
-
Sufficient test cases (reproduces the bug/tests the requested feature) -
Code is clear and sufficiently documented -
Correct, in line with design