Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
Андрей Козлюк committed Mar 29, 2022
1 parent 10995ba commit 2744722
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
@pytest.fixture
def phrases():
return [
ParaPhraserPlusPhrase(id=0, text="foo"),
ParaPhraserPlusPhrase(id=1, text="baz"),
ParaPhraserPlusPhrase(id=2, text="bar"),
ParaPhraserPlusPhrase(id=3, text="biz"),
]
ParaPhraserPlusPhrase(id=0, text="foo"),
ParaPhraserPlusPhrase(id=1, text="baz"),
ParaPhraserPlusPhrase(id=2, text="bar"),
ParaPhraserPlusPhrase(id=3, text="biz"),
]


@pytest.fixture
Expand Down

0 comments on commit 2744722

Please sign in to comment.