Commit e37baad
committed
Remove reference to non-existent directory
The `lint_all.sh` script invoked `pylint` with a couple of
subdirectories, including `./examples`. However, that directory
doesn't exist.
Apparently Pylint version 2.4.4 didn't complain about this, but later
versions of Pylint do.1 parent 8b423e9 commit e37baad
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments