Skip to content

Commit 65fd0fe

Browse files
committed
remove pathbuilder import calls
1 parent 8aeab17 commit 65fd0fe

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

activitysim/core/los.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
import pandas as pd
1414
from pydantic import ValidationError
1515

16-
from activitysim.core import config, input, pathbuilder, skim_dictionary, tracing, util
16+
from activitysim.core import input, skim_dictionary, util
1717
from activitysim.core.cleaning import recode_based_on_table
1818
from activitysim.core.configuration.network import NetworkSettings, TAZ_Settings
1919
from activitysim.core.skim_dict_factory import MemMapSkimFactory, NumpyArraySkimFactory

activitysim/core/simulate.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
config,
2121
configuration,
2222
logit,
23-
pathbuilder,
2423
timing,
2524
tracing,
2625
util,

0 commit comments

Comments
 (0)