Skip to content

Commit ebbce95

Browse files
mkundu1Copilot
andcommitted
Update src/ansys/fluent/core/solver/flobject.py
Co-authored-by: Copilot <[email protected]>
1 parent 28422ea commit ebbce95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ansys/fluent/core/solver/flobject.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -819,7 +819,7 @@ def to_python_keys(cls, value: StateT) -> StateT:
819819
"""
820820
return value
821821

822-
def __call__(self, *args, **kwargs):
822+
def __call__(self, *args, **kwargs) -> StateT | None:
823823
"""Get or set the state of the object."""
824824
if kwargs:
825825
self.set_state(kwargs)

0 commit comments

Comments
 (0)