Explorar el Código

sdk/python: Remove unused to_json function.

parazyd hace 3 años
padre
commit
af01483bfb
Se han modificado 1 ficheros con 0 adiciones y 4 borrados
  1. 0 4
      src/sdk/python/src/pasta.rs

+ 0 - 4
src/sdk/python/src/pasta.rs

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