Commit a81c0d9
authored
Fix type of closing
Entering the `contextlib.closing` context manager returns its argument, not an instance of `contextlib.closing` itself.1 parent eb3d1cd commit a81c0d9
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
0 commit comments