Skip to content

Commit

Permalink
lint applied
Browse files Browse the repository at this point in the history
  • Loading branch information
pseusys committed Nov 27, 2023
1 parent bcaa5cc commit e214350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dff/pipeline/pipeline/actor.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e214350

Please sign in to comment.