forked from openlp/openlp
Fix a linting issue
This commit is contained in:
parent
808875b683
commit
91a32d33a7
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user