Skip to content

Commit

Permalink
fixup for 4.07.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ejgallego committed Nov 5, 2021
1 parent 48f4936 commit 46da38a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serlib/ppx_python_runtime_serapi.ml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ include Ppx_python_runtime_pycoq
include Ppx_python_runtime_pycoq.Ppx_python_runtime

(* To remove in newer ppx_python release *)
exception Not_found_s = Base.Not_found_s
(* exception Not_found_s = Base.Not_found_s *)

let python_of_unit _ = Py.Int.of_int 0
let unit_of_python _ = ()

0 comments on commit 46da38a

Please sign in to comment.