remove unnecessary code

This commit is contained in:
BlueGreenMagick 2020-04-27 10:05:38 +09:00
parent 8dfd362fed
commit 55eb0d1e68

View file

@ -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(),