Skip to content

Commit 9f09121

Browse files
committed
style: change style to conform ruff formatter
1 parent 81fef2f commit 9f09121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ansys/dpf/core/workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@ def info(self) -> dict[str, list[str]]:
673673
return {
674674
"operator_names": self.operator_names,
675675
"input_names": self.input_names,
676-
"output_names": self.output_names
676+
"output_names": self.output_names,
677677
}
678678

679679
@property

0 commit comments

Comments
 (0)