Skip to content

Commit

Permalink
Merge pull request matplotlib#3724 from ianthomas23/duplicate_import_…
Browse files Browse the repository at this point in the history
…array

MNT : Remove duplicate import_array() call
  • Loading branch information
tacaswell committed Oct 27, 2014
2 parents 4501faf + 662436c commit 92b5ed0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/_image_wrapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -764,8 +764,6 @@ PyMODINIT_FUNC init_image(void)
INITERROR;
}

import_array();

if (!PyImage_init_type(m, &PyImageType)) {
INITERROR;
}
Expand Down

0 comments on commit 92b5ed0

Please sign in to comment.