cleanup requirements and imported packages

This commit is contained in:
Niklas Müller 2024-12-01 19:22:48 +01:00
parent bf12747492
commit d009fa5d8b
4 changed files with 12 additions and 13 deletions

9
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,9 @@
{
// "editor.cursorBlinking": "expand",
"flake8.args": [
// --ignore=E501
// --max-line-length=120
"--ignore=E501",
"--ignore=E722"
]
}