From 4e63ff95a8287ccdcf88d0efa70f35dfa0aaf07e Mon Sep 17 00:00:00 2001 From: Alok Saldanha Date: Sat, 2 Mar 2024 12:25:21 -0500 Subject: [PATCH] #87 blacken --- tests/test_filecrawl.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/test_filecrawl.py b/tests/test_filecrawl.py index 3991a4a..ade01e6 100644 --- a/tests/test_filecrawl.py +++ b/tests/test_filecrawl.py @@ -47,7 +47,7 @@ class TestRenderEntry(unittest.TestCase): class TestRenderAnnotation(unittest.TestCase): - @patch('cellxgene_gateway.filecrawl.enable_annotations', new=True) + @patch("cellxgene_gateway.filecrawl.enable_annotations", new=True) def test_GIVEN_no_annotation_THEN_new_alone(self): entry = make_entry(annotations=None) rendered = render_item(entry, source) @@ -56,7 +56,7 @@ class TestRenderAnnotation(unittest.TestCase): rendered, ) - @patch('cellxgene_gateway.filecrawl.enable_annotations', new=True) + @patch("cellxgene_gateway.filecrawl.enable_annotations", new=True) def test_GIVEN_annotation_THEN_new_before(self): annotation = FileItem( subpath="somepath/entry_annotations", @@ -71,8 +71,8 @@ class TestRenderAnnotation(unittest.TestCase): " annot", rendered, ) - - @patch('cellxgene_gateway.filecrawl.enable_annotations', new=True) + + @patch("cellxgene_gateway.filecrawl.enable_annotations", new=True) def test_GIVEN_annotation_THEN_escaped(self): annotation = FileItem( subpath="somepath/entry_annotations",