mirror of
https://github.com/github/codeql.git
synced 2026-08-06 02:13:10 +02:00
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.