typo
This commit is contained in:
parent
598b0ca2cb
commit
cb3a3fca69
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ class User(UserBase, table=True):
|
||||||
Check if this user has a tag.
|
Check if this user has a tag.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
return tag in self._get_tags
|
return tag in self._get_tags()
|
||||||
|
|
||||||
def add_tags(
|
def add_tags(
|
||||||
self,
|
self,
|
||||||
|
|
Loading…
Reference in a new issue