Files
codeql/python/ql/test
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-02-07 16:21:15 +00:00
2022-12-28 11:05:48 +00:00
2019-08-17 16:31:19 +01:00
2022-11-01 13:29:05 -04:00