Skip to content

Commit d52f7d7

Browse files
committed
remove unused import
1 parent fdaa6e2 commit d52f7d7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

patsy/build.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
CategoricalSniffer,
1818
categorical_to_int)
1919
from patsy.util import (atleast_2d_column_default,
20-
have_pandas, have_pandas_categorical,
21-
asarray_or_pandas)
20+
have_pandas, asarray_or_pandas)
2221
from patsy.design_info import DesignMatrix, DesignInfo
2322
from patsy.redundancy import pick_contrasts_for_term
2423
from patsy.desc import ModelDesc

0 commit comments

Comments
 (0)