Commit 841392d
authored
return nil from
Hi,
can you please review patch to have `import` to return `nil`. It
addresses #1174.
I haven't included a test for this case, nor mentioned it in the
docstring, implying the return value is unspecified. I'm not sure this
is something we want to fix at the API level (although I did request it
as an aesthetic addition).
---------
Co-authored-by: ikappaki <[email protected]>import (#1177)1 parent 7c84c61 commit 841392d
2 files changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4936 | 4936 | | |
4937 | 4937 | | |
4938 | 4938 | | |
4939 | | - | |
| 4939 | + | |
| 4940 | + | |
4940 | 4941 | | |
4941 | 4942 | | |
4942 | 4943 | | |
| |||
0 commit comments