Skip to content

Commit

Permalink
Remove unused type.
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentMazare committed May 17, 2019
1 parent 2eba25b commit 3c377d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/matplotlib/mpl.ml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ module Imshow_data = struct
let rgb typ_ data = P (Rgb data, typ_)
let rgba typ_ data = P (Rgba data, typ_)

let to_pyobject (type a) (P (data, typ_)) =
let to_pyobject (P (data, typ_)) =
let to_pyobject ~scalar_to_pyobject =
match data with
| Scalar data ->
Expand Down

0 comments on commit 3c377d9

Please sign in to comment.