From a8d75f256d92da3a05a4f8d080f3d518f4a2b12e Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 1 Jun 2021 02:20:13 -0700 Subject: lint fixes, and run fmt --- tests/test_work_pipeline.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'tests') diff --git a/tests/test_work_pipeline.py b/tests/test_work_pipeline.py index bf423b7..977a708 100644 --- a/tests/test_work_pipeline.py +++ b/tests/test_work_pipeline.py @@ -77,10 +77,7 @@ def test_run_transform(mocker: Any) -> None: { "doi": "10.7717/peerj.4375", "indexed": "2020-07-07T02:15:52.98309+00:00", - "record": { - "title": "something", - "TODO_better_object": 3, - }, + "record": {"title": "something", "TODO_better_object": 3,}, } ], ) -- cgit v1.2.3