Commit 03072b4
committed
fix: remove references to imp in untouched code
CI runs flake8 to check for syntax errors and it threw errors on old
imp.XYZ code that was not actually called.
It looks like the code was only called when resolving modules like
ssl, _ssl, importlib, importlib.resources .. rather than
files/directory paths. In Roundup's use case it only runs over
files/directories.1 parent d2f04eb commit 03072b4
1 file changed
+7
-30
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
269 | 269 | | |
270 | 270 | | |
271 | 271 | | |
272 | | - | |
273 | | - | |
274 | | - | |
275 | | - | |
276 | | - | |
277 | | - | |
278 | | - | |
279 | | - | |
280 | | - | |
281 | | - | |
282 | | - | |
283 | | - | |
284 | | - | |
285 | | - | |
286 | | - | |
287 | | - | |
288 | | - | |
289 | | - | |
290 | | - | |
291 | | - | |
292 | | - | |
293 | | - | |
294 | | - | |
295 | | - | |
296 | | - | |
297 | | - | |
298 | | - | |
299 | | - | |
| 272 | + | |
| 273 | + | |
300 | 274 | | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
301 | 279 | | |
302 | 280 | | |
303 | 281 | | |
| |||
325 | 303 | | |
326 | 304 | | |
327 | 305 | | |
328 | | - | |
329 | | - | |
| 306 | + | |
330 | 307 | | |
331 | 308 | | |
332 | 309 | | |
| |||
0 commit comments