Fix a linting issue

This commit is contained in:
Raoul Snyman 2017-03-08 22:36:11 -07:00
parent 808875b683
commit 91a32d33a7

View File

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