Skip to content

Commit

Permalink
TelecommuteFrequencySettings should be LogitComponentSettings
Browse files Browse the repository at this point in the history
  • Loading branch information
jpn-- committed Nov 10, 2023
1 parent e6c1a69 commit 958f335
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions activitysim/abm/models/telecommute_frequency.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
tracing,
workflow,
)
from activitysim.core.configuration.base import PreprocessorSettings, PydanticReadable
from activitysim.core.configuration.logit import BaseLogitComponentSettings
from activitysim.core.configuration.base import PreprocessorSettings
from activitysim.core.configuration.logit import LogitComponentSettings

logger = logging.getLogger("activitysim")


class TelecommuteFrequencySettings(BaseLogitComponentSettings):
class TelecommuteFrequencySettings(LogitComponentSettings):
"""
Settings for the `telecommute_frequency` component.
"""
Expand Down

0 comments on commit 958f335

Please sign in to comment.