upgrade rustpython to remove tuple-constants (#5840)
c.f. https://github.com/astral-sh/RustPython-Parser/pull/28 Tests: No snapshots changed --------- Co-authored-by: Zanie <contact@zanie.dev>
This commit is contained in:
@@ -88,7 +88,6 @@ impl From<&Expr> for PythonType {
|
||||
Constant::None => PythonType::None,
|
||||
Constant::Ellipsis => PythonType::Ellipsis,
|
||||
Constant::Bytes(_) => PythonType::Bytes,
|
||||
Constant::Tuple(_) => PythonType::Tuple,
|
||||
},
|
||||
_ => PythonType::Unknown,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user