fixed line too long

This commit is contained in:
Tom Kedem 2016-10-02 15:25:43 +03:00
parent f690addefe
commit 03c58b695e
1 changed files with 2 additions and 1 deletions

View File

@ -37,7 +37,8 @@ def Tag(Base):
return Tag
@pytest.fixture(params=['entries', backref('entries', lazy='select')], ids=['backref_string', 'backref_with_keywords'])
@pytest.fixture(params=['entries', backref('entries', lazy='select')],
ids=['backref_string', 'backref_with_keywords'])
def Entry(Base, Tag, tagging_tbl, request):
class Entry(Base):
__tablename__ = 'entry'