fixing linter errors

This commit is contained in:
Vhizux
2020-10-23 15:34:24 +02:00
parent 66ec954a72
commit 63e2492bc2
2 changed files with 18 additions and 13 deletions

5
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,5 @@
{
"python.linting.pylintEnabled": false,
"python.linting.flake8Enabled": true,
"python.linting.enabled": true
}