Skip to content

Commit

Permalink
type fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sanchegm committed Jul 2, 2024
1 parent b2d3887 commit 749fd68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/affiliation.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def __init__(
self.errors: dict = {}

@classmethod
def _row_to_affiliation(cls, row: tuple) -> object:
def _row_to_affiliation(cls, row: tuple) -> 'Affiliation':
"""Convert table row to instance of affiliations object."""
return cls(*row)

Expand Down

0 comments on commit 749fd68

Please sign in to comment.