Skip to content

Commit

Permalink
Revert import change in wfg file.
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-robertson committed Jul 19, 2024
1 parent 9d2bb1a commit 1ba77ef
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@

from ...base import WorkflowGeneratorBase
from buildstockbatch.exc import ValidationError
from buildstockbatch.workflow_generator.residential.v2024_07_19.residential_hpxml_defaults import DEFAULT_MEASURE_ARGS
from buildstockbatch.workflow_generator.residential.v2024_07_19.residential_hpxml_arg_mapping import ARG_MAP
from .residential_hpxml_defaults import DEFAULT_MEASURE_ARGS
from .residential_hpxml_arg_mapping import ARG_MAP
import copy

logger = logging.getLogger(__name__)
Expand Down

0 comments on commit 1ba77ef

Please sign in to comment.