Skip to content

Commit

Permalink
Black formatting with version 24.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
lymereJ committed Apr 4, 2024
1 parent abf441b commit ac50809
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions constrain/library/AppendixGHVACSystemFanOperation.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
- tol_o: occupancy threshold; below that value the zones are considered unoccupied.
"""

from constrain.checklib import RuleCheckBase


Expand Down
1 change: 1 addition & 0 deletions constrain/library/ExteriorLightingControlDaylightOff.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
- total_lighting_power: reported total lighting power (not the design total lighting power)
"""

from constrain.checklib import RuleCheckBase
import numpy as np

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
- tol_o: occupancy threshold; below that value the zones are considered unoccupied.
"""

from constrain.checklib import RuleCheckBase
import numpy as np

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
- tol_o: occupancy threshold; below that value the zones are considered unoccupied.
"""

from constrain.checklib import RuleCheckBase
import numpy as np

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
- m_oa_zone_requirement: required zone outdoor air flow rate for the reported period
"""

from constrain.checklib import RuleCheckBase
import numpy as np

Expand Down

0 comments on commit ac50809

Please sign in to comment.