Merge pull request #587 from BlueGreenMagick/tags

remove unnecessary code
This commit is contained in:
Damien Elmes 2020-04-27 19:25:42 +10:00 committed by GitHub
commit 01fc958c0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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