From d65e2bdb3e8803c6ff7c18294e1681640e5a87ab Mon Sep 17 00:00:00 2001 From: Hugo Date: Fri, 8 Jun 2018 15:28:49 +0300 Subject: [PATCH] Run Black --- pylast/__init__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pylast/__init__.py b/pylast/__init__.py index a2f5a20..bf63c29 100644 --- a/pylast/__init__.py +++ b/pylast/__init__.py @@ -259,8 +259,7 @@ class _Network(object): def _get_url(self, domain, url_type): return "https://{}/{}".format( - self._get_language_domain(domain), - self.urls[url_type], + self._get_language_domain(domain), self.urls[url_type] ) def _get_ws_auth(self):