Skip to content

Commit 555a881

Browse files
committed
running black again
1 parent ad35e59 commit 555a881

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

idaes/models/properties/general_helmholtz/components/parameters/nh3.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
# All rights reserved. Please see the files COPYRIGHT.md and LICENSE.md
1111
# for full copyright and license information.
1212
#################################################################################
13-
"""Generate parameter and expression files for NH3
14-
"""
13+
"""Generate parameter and expression files for NH3"""
1514

1615
__author__ = "Stephen Burroughs"
1716

idaes/models/properties/general_helmholtz/expressions/phi_ideal_type04.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
# All rights reserved. Please see the files COPYRIGHT.md and LICENSE.md
1111
# for full copyright and license information.
1212
#################################################################################
13-
"""Predefined expression for Helmholtz EoS functions
14-
"""
13+
"""Predefined expression for Helmholtz EoS functions"""
14+
1515
# Extended from phi_ideal_type01.py by John Eslick
1616
__author__ = "Ben Lincoln and Stephen Burroughs"
1717

idaes/models/properties/general_helmholtz/expressions/phi_residual_type05.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
# All rights reserved. Please see the files COPYRIGHT.md and LICENSE.md
1111
# for full copyright and license information.
1212
#################################################################################
13-
"""Predefined expression for Helmholtz EoS functions
14-
"""
13+
"""Predefined expression for Helmholtz EoS functions"""
14+
1515
# Extended from phi_residual_type02.py by John Eslick
1616
__author__ = "Ben Lincoln and Stephen Burroughs"
1717

idaes/models/properties/general_helmholtz/tests/test_parameter_util.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
If you're adding more tests and run into the same problem, the function infer_rhol_value
2929
can be uncommented to print out an inferred value for liquid density.
3030
"""
31+
3132
import pytest
3233
import math
3334
from idaes.models.properties.general_helmholtz.components.parameters.h2o import (

0 commit comments

Comments
 (0)