diff --git a/namedisl/set_like.py b/namedisl/set_like.py index b4b7fda..c1dfbfa 100644 --- a/namedisl/set_like.py +++ b/namedisl/set_like.py @@ -288,7 +288,7 @@ def project_out(self, def project_out_except( self, names_to_keep: Collection[str], - *, dim_type: DimType | Literal["all"] = "all", + *, dim_type: DimType | Literal["all"], cache: Cache | None = None, ) -> Self: """Eliminates the dimensions and constraints within *dim_type* except