Skip to content

Commit

Permalink
black format
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonJ-KC committed Aug 6, 2024
1 parent da35781 commit c2479b9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rct229/rulesets/ashrae9012019/section6/section6rule8.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,9 @@ def get_calc_vals(self, context, data=None):
"total_hours_matched": schedule_comparison_result[
"total_hours_matched"
],
"eflh_difference": schedule_comparison_result["eflh_difference"]
"eflh_difference": schedule_comparison_result[
"eflh_difference"
],
}

def manual_check_required(self, context, calc_vals=None, data=None):
Expand Down

0 comments on commit c2479b9

Please sign in to comment.