diff --git a/dff/pipeline/pipeline/actor.py b/dff/pipeline/pipeline/actor.py index 1502a252a..284d7149e 100644 --- a/dff/pipeline/pipeline/actor.py +++ b/dff/pipeline/pipeline/actor.py @@ -61,7 +61,7 @@ def types_match(type1: Type, type2: Type) -> bool: """ This function compares types with assumption that one of the types might be a :py:class:`typing.ForwardRef`. If it is so, it compares type and forward reference by name. - + :param type1: First type to compare. :param type2: Second type to compare. :return: True if types are equal, False otherwise.