Files
codeql/python
Rasmus Wriedt Larsen 4df7dfbff6 Python: Don't import module as module_attr
For `from <pkg> import <attr>` we would use to treat the `<pkg>`
(ImportExpr) as a definition of the name `<attr>`.

Since this removes bad import-flow, and nothing broke, I'm guessing this
was never intentional.
2023-02-22 14:52:35 +01:00
..
2023-01-05 20:42:29 +01:00
2022-10-13 11:21:09 -04:00