Skip to content
This repository was archived by the owner on Sep 18, 2024. It is now read-only.

Commit c1303d7

Browse files
rragundezFrédéric Branchaud-Charron
authored andcommitted
Remove unused pandas import (#156)
### Summary At the moment there is an unused pandas import. This is also the only import of pandas in the source code which makes the import of the package break if the user hasn't pandas installed. This PR removes the import. ### Related Issues #154 ### PR Overview - [n ] This PR requires new unit tests [y/n] (make sure tests are included) - [ n] This PR requires to update the documentation [y/n] (make sure the docs are up-to-date) - [ y] This PR is backwards compatible [y/n] - [ n] This PR changes the current API [y/n] (all API changes need to be approved by fchollet)
1 parent 127d46b commit c1303d7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

keras_preprocessing/image/dataframe_iterator.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
import warnings
99

1010
import numpy as np
11-
from pandas.api.types import is_numeric_dtype
1211

1312
from .iterator import BatchFromFilesMixin, Iterator
1413
from .utils import (array_to_img,

0 commit comments

Comments
 (0)