Fix styling

This commit is contained in:
Konsta Vesterinen
2016-10-20 10:14:05 +03:00
parent c9488e47bb
commit 8b78057806

View File

@@ -37,8 +37,10 @@ def Tag(Base):
return Tag return Tag
@pytest.fixture(params=['entries', backref('entries', lazy='select')], @pytest.fixture(
ids=['backref_string', 'backref_with_keywords']) 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'