mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 06:52:21 -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)],
|
*["%% %s %%" % y.replace("*", "%") for x, y in enumerate(newTags)],
|
||||||
)
|
)
|
||||||
# update tags
|
# update tags
|
||||||
nids = []
|
|
||||||
|
|
||||||
def fix(row):
|
def fix(row):
|
||||||
nids.append(row[0])
|
|
||||||
return [
|
return [
|
||||||
fn(tags, row[1]),
|
fn(tags, row[1]),
|
||||||
intTime(),
|
intTime(),
|
||||||
|
|
Loading…
Reference in a new issue