Fix data errors

This commit is contained in:
sonny 2020-03-05 00:02:40 +01:00
parent afc3c11775
commit 533561ba1e
27 changed files with 101 additions and 39 deletions

View file

@ -83,4 +83,4 @@ python linting:
script:
- isort -rc src/ --check-only
- black -l 88 --check src/
- autoflake -rc src/
- autoflake --check --remove-all-unused-imports --ignore-init-module-imports --recursive src/