Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonJ-KC committed Feb 28, 2025
1 parent 8d10add commit 40e4ce8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions rct229/rulesets/ashrae9012019/section5/section5rule23.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ def __init__(self):

class SubsurfaceRule(RuleDefinitionBase):
def __init__(self):
super(
Section5Rule23.BuildingRule.SubsurfaceRule, self
).__init__(
super(Section5Rule23.BuildingRule.SubsurfaceRule, self).__init__(
rmds_used=produce_ruleset_model_description(
USER=False, BASELINE_0=True, PROPOSED=True
),
Expand Down

0 comments on commit 40e4ce8

Please sign in to comment.