bpo-39969: Remove ast.Param node class as is no longer used (GH-19020)
This commit is contained in:
@@ -75,8 +75,6 @@ expr_context_name(expr_context_ty ctx)
|
||||
return "AugLoad";
|
||||
case AugStore:
|
||||
return "AugStore";
|
||||
case Param:
|
||||
return "Param";
|
||||
default:
|
||||
Py_UNREACHABLE();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user