Skip to content

Commit feb527d

Browse files
committed
black .
1 parent 8dc4288 commit feb527d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

idaes/models_extra/power_generation/flowsheets/subcritical_power_plant/subcritical_power_plant.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2257,7 +2257,7 @@ def print_pfd_results(m):
22572257
sdf.sort_index(inplace=True)
22582258
sdf.to_csv("streams.csv")
22592259

2260-
_, _, tag_group = _build_pfd_tag_group(sd) # first two unused
2260+
_, _, tag_group = _build_pfd_tag_group(sd) # first two unused
22612261

22622262
dirpath = os.path.dirname(__file__)
22632263
svgpath = os.path.join(dirpath, "plant_pfd.svg")

0 commit comments

Comments
 (0)