diff --git a/python/src/model.rs b/python/src/model.rs index 26791351..9bebf1db 100644 --- a/python/src/model.rs +++ b/python/src/model.rs @@ -441,13 +441,6 @@ impl PyDefaultGraph { Self {} } - /// :return: the empty string. - /// :rtype: str - #[getter] - fn value(&self) -> &str { - "" - } - fn __str__(&self) -> &str { "DEFAULT" }