[python] matplotlib port: clean duplicate

This commit is contained in:
Émilie Feral
2020-03-17 10:08:49 +01:00
parent da1c6090b5
commit 373a85f2b7

View File

@@ -107,7 +107,6 @@ mp_obj_t modpyplot_scatter(mp_obj_t x, mp_obj_t y) {
mp_obj_t modpyplot_plot(mp_obj_t x, mp_obj_t y) {
assert(sPlotStore != nullptr);
assert(sPlotStore != nullptr);
// Input parameter validation
mp_obj_t * xItems, * yItems;