Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
dixoncx committed Jun 19, 2016
1 parent 366a6d7 commit 4d75d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beets/importer.py
Original file line number Diff line number Diff line change
Expand Up @@ -1333,7 +1333,7 @@ def resolve_duplicates(session, task):
u'skip': u's',
u'keep': u'k',
u'remove': u'r',
u'ask' : u'a',
u'ask': u'a',
})
log.debug(u'default action for duplicates: {0}', duplicate_action)

Expand Down

0 comments on commit 4d75d4c

Please sign in to comment.