From 0b42303f94d0662b0b50439b9c2fdfa649633bd5 Mon Sep 17 00:00:00 2001 From: Lartza Date: Wed, 11 Mar 2020 00:18:25 +0200 Subject: [PATCH] Remove newline --- librb/rbRadios.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/librb/rbRadios.py b/librb/rbRadios.py index 09baf1a..77a38ed 100644 --- a/librb/rbRadios.py +++ b/librb/rbRadios.py @@ -176,4 +176,4 @@ class RadioBrowser: assert isinstance(params, dict), "params is not a dict" kwargs["params"] = params endpoint = self.builder.produce_endpoint(endpoint="station_search") - return request(endpoint, **kwargs) + return request(endpoint, **kwargs) \ No newline at end of file