fixed line too long
This commit is contained in:
@@ -37,7 +37,8 @@ def Tag(Base):
|
|||||||
return Tag
|
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):
|
def Entry(Base, Tag, tagging_tbl, request):
|
||||||
class Entry(Base):
|
class Entry(Base):
|
||||||
__tablename__ = 'entry'
|
__tablename__ = 'entry'
|
||||||
|
Reference in New Issue
Block a user