Commit 942aab5
committed
Fix some issues found by lgtm.com
* This import of module shutil is redundant, as it was previously imported on line 35.
* Testing for None should use the 'is' operator.
* The value assigned to local variable 'hno' is never used.1 parent c9402be commit 942aab5
1 file changed
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
368 | 368 | | |
369 | 369 | | |
370 | 370 | | |
371 | | - | |
| 371 | + | |
372 | 372 | | |
373 | 373 | | |
374 | 374 | | |
| |||
941 | 941 | | |
942 | 942 | | |
943 | 943 | | |
944 | | - | |
945 | 944 | | |
946 | 945 | | |
947 | 946 | | |
| |||
1005 | 1004 | | |
1006 | 1005 | | |
1007 | 1006 | | |
1008 | | - | |
1009 | 1007 | | |
1010 | 1008 | | |
1011 | 1009 | | |
| |||
0 commit comments