1
0
mirror of https://github.com/malarinv/jasper-asr.git synced 2026-06-11 03:22:08 +00:00

1. refactored ui_dump

2. added flake8
This commit is contained in:
2020-08-09 19:16:35 +05:30
parent 42647196fe
commit e8f58a5043
4 changed files with 154 additions and 179 deletions

4
.flake8 Normal file
View File

@@ -0,0 +1,4 @@
[flake8]
exclude = docs
ignore = E203, W503
max-line-length = 119