mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01: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.