From 03c58b695eabdbc90794917b8942caf65d632cf5 Mon Sep 17 00:00:00 2001 From: Tom Kedem Date: Sun, 2 Oct 2016 15:25:43 +0300 Subject: [PATCH] fixed line too long --- tests/test_auto_delete_orphans.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test_auto_delete_orphans.py b/tests/test_auto_delete_orphans.py index db57bfd..fc7fd8d 100644 --- a/tests/test_auto_delete_orphans.py +++ b/tests/test_auto_delete_orphans.py @@ -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'