Skip to content

Commit 672bc85

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent a784c24 commit 672bc85

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

doc/api_rstgen.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,7 @@ def _generate_api_source_rst_files(folder: str, files: list):
7070
rst.write(f".. _ref_{file}:\n\n")
7171
rst.write(f"{file}\n")
7272
rst.write(f'{"="*(len(f"{file}"))}\n\n')
73-
rst.write(
74-
f".. autoclass:: ansys.fluent.visualization.{file}\n"
75-
)
73+
rst.write(f".. autoclass:: ansys.fluent.visualization.{file}\n")
7674
_write_common_rst_members(rst_file=rst)
7775

7876

0 commit comments

Comments
 (0)