Commit 74a02d6
authored
Mypy: evaluateclassifier is both imported and defined
$ `mypy --ignore-missing-imports .
```
pyAudioProcessing/trainer/audioTrainTest.py:65: error: Name 'evaluateclassifier' already defined (possibly by an import)
Found 1 error in 1 file (checked 11 source files)
```
http://mypy-lang.org1 parent cd28302 commit 74a02d6
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments