Skip to content

Commit

Permalink
rm debug
Browse files Browse the repository at this point in the history
  • Loading branch information
xcharleslin committed Mar 15, 2023
1 parent 2a22970 commit c6e445a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/expr.rs
Expand Up @@ -56,7 +56,7 @@ pub fn lit(item: &PyAny) -> PyResult<PyExpr> {
}

#[pyclass]
#[derive(Clone, Debug)]
#[derive(Clone)]
pub struct PyExpr {
pub expr: dsl::Expr,
}
Expand Down

0 comments on commit c6e445a

Please sign in to comment.