mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
remove unnecessary code
This commit is contained in:
parent
8dfd362fed
commit
55eb0d1e68
1 changed files with 0 additions and 3 deletions
|
@ -98,10 +98,7 @@ class TagManager:
|
|||
*["%% %s %%" % y.replace("*", "%") for x, y in enumerate(newTags)],
|
||||
)
|
||||
# update tags
|
||||
nids = []
|
||||
|
||||
def fix(row):
|
||||
nids.append(row[0])
|
||||
return [
|
||||
fn(tags, row[1]),
|
||||
intTime(),
|
||||
|
|
Loading…
Reference in a new issue