Skip to content

Commit

Permalink
Update claims.py
Browse files Browse the repository at this point in the history
  • Loading branch information
LeMyst committed Nov 13, 2022
1 parent 9b26375 commit d61f8ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wikibaseintegrator/models/claims.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ def __init__(self, qualifiers: Optional[Qualifiers] = None, rank: Optional[Wikib
:param qualifiers:
:param rank:
:param references: A References object, a list of Claim object or a list of list of Claim object
:param snaktype:
"""
self.mainsnak = Snak(datatype=self.DTYPE, snaktype=snaktype)
self.type = 'statement'
Expand Down

0 comments on commit d61f8ca

Please sign in to comment.