Fix a linting issue

This commit is contained in:
Raoul Snyman 2017-03-08 22:36:11 -07:00
parent 808875b683
commit 91a32d33a7
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ class OpenLPSongImport(SongImport):
else:
song_props['book'] = relation(OldBook, backref='songs')
if has_authors_songs:
song_props['authors_songs'] = relation(OldAuthorSong)
song_props['authors_songs'] = relation(OldAuthorSong)
# Map the rest of the tables
try:
class_mapper(OldAuthor)