Commit 70c95b6
authored
change: remove TODO comment on import-error Pylint check (#918)
By running Pylint before any of the unit tests (and dependency
installs), the import-error check will always fail since the
dependencies are not yet installed.
We could move Pylint to a later stage to resolve this, but there's
value in this quick check occurring before the unit tests.
As a result, this Pylint check is being disabled.1 parent 2d7bff8 commit 70c95b6
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
0 commit comments