mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-01 22:31:47 +00:00
Extract shared simple AST node inference utility (#4871)
This commit is contained in:
parent
72245960a1
commit
d31eb87877
5 changed files with 157 additions and 114 deletions
|
@ -1,3 +1,5 @@
|
|||
//! Analysis rules for the `typing` module.
|
||||
|
||||
use rustpython_parser::ast::{self, Constant, Expr, Operator};
|
||||
|
||||
use num_traits::identities::Zero;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue