mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 06:52:21 -04:00
card model no longer in all tags
This commit is contained in:
parent
6658b47661
commit
408c04d41f
1 changed files with 0 additions and 1 deletions
|
@ -159,7 +159,6 @@ class Card(object):
|
|||
"Non-canonified string of all tags."
|
||||
return (self.tags + "," +
|
||||
self.fact.tags + "," +
|
||||
self.cardModel.name + "," +
|
||||
self.fact.model.tags)
|
||||
|
||||
def hasTag(self, tag):
|
||||
|
|
Loading…
Reference in a new issue