Skip to content

Commit

Permalink
import * is not preferred
Browse files Browse the repository at this point in the history
  • Loading branch information
fscottfoti committed Mar 25, 2014
1 parent cb04c07 commit b027d16
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion urbansim/urbansim/templates/modelspec.py.template
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ import pandas as pd
import statsmodels.api as sm
from patsy import dmatrix

from urbansim.urbanchoice import *
from urbansim.urbanchoice import interaction
from urbansim.urbanchoice import mnl
from urbansim.urbanchoice import nl
from urbansim.utils import misc
{% endmacro %}

Expand Down

0 comments on commit b027d16

Please sign in to comment.