Skip to content

Commit

Permalink
Remove unneeded imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mnwhite committed Mar 14, 2024
1 parent f33f16d commit 9e014f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HARK/ConsumptionSaving/ConsGenIncProcessModel.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import numpy as np

from HARK import AgentType, make_one_period_oo_solver, NullFunc
from HARK import AgentType, NullFunc
from HARK.ConsumptionSaving.ConsIndShockModel import (
ConsIndShockSetup,
ConsumerSolution,
Expand Down Expand Up @@ -38,7 +38,7 @@
CRRAutilityPP,
UtilityFuncCRRA,
)
from HARK.utilities import get_percentiles, plot_funcs
from HARK.utilities import get_percentiles

__all__ = [
"pLvlFuncAR1",
Expand Down

0 comments on commit 9e014f0

Please sign in to comment.