Commit eb9d878
committed
Use a module-level lazy import for urllib.parse
Replace the in-function import with a top-level lazy import, keeping
urllib.parse off the module import path while declaring it with the
other imports.1 parent 2ac8c38 commit eb9d878
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
36 | 38 | | |
37 | 39 | | |
38 | 40 | | |
| |||
131 | 133 | | |
132 | 134 | | |
133 | 135 | | |
134 | | - | |
135 | 136 | | |
136 | 137 | | |
137 | 138 | | |
| |||
0 commit comments