Skip to content

Commit ff3e973

Browse files
committed
Format
1 parent 6af25a3 commit ff3e973

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

foamlib/preprocessing/system.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ def control_dict(keys: list[str]) -> FoamDictInstruction:
3434
keys=keys,
3535
)
3636

37+
3738
@deprecated("Use 'control_dict' instead")
3839
def controlDict(keys: list[str]) -> FoamDictInstruction: # noqa: N802
3940
"""
@@ -51,6 +52,7 @@ def fv_schemes(keys: list[str]) -> FoamDictInstruction:
5152
keys=keys,
5253
)
5354

55+
5456
@deprecated("Use 'fv_schemes' instead")
5557
def fvSchemes(keys: list[str]) -> FoamDictInstruction: # noqa: N802
5658
"""
@@ -68,6 +70,7 @@ def fv_solution(keys: list[str]) -> FoamDictInstruction:
6870
keys=keys,
6971
)
7072

73+
7174
@deprecated("Use 'fv_solution' instead")
7275
def fvSolution(keys: list[str]) -> FoamDictInstruction: # noqa: N802
7376
"""

0 commit comments

Comments
 (0)