Skip to content

Commit 566b632

Browse files
committed
autoformat
1 parent 9b81da7 commit 566b632

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

recipes/bloomberg.recipe

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,7 @@ class Bloomberg(BasicNewsRecipe):
178178
return soup
179179

180180
def get_browser(self, *args, **kwargs):
181-
kwargs['user_agent'] = (
182-
'BloombergHorseshoe|Android|16|6.66.0'
183-
)
181+
kwargs['user_agent'] = 'BloombergHorseshoe|Android|16|6.66.0'
184182
br = BasicNewsRecipe.get_browser(self, *args, **kwargs)
185183
return br
186184

0 commit comments

Comments
 (0)