sdk/python: Remove unused to_json function.

This commit is contained in:
parazyd
2023-08-14 17:06:33 +02:00
parent 6f95bb156f
commit af01483bfb

View File

@@ -132,10 +132,6 @@ macro_rules! impl_elem {
CompareOp::Ge => Ok(self.0 >= other.0),
}
}
fn to_json(&self) -> PyResult<String> {
self.__str__()
}
}
};
}