Format with Black 18.6b1

This commit is contained in:
Hugo 2018-06-06 10:19:04 +03:00
parent e5a5278d51
commit da9465c100
13 changed files with 458 additions and 414 deletions

View file

@ -10,7 +10,6 @@ from .test_pylast import TestPyLastWithLastFm
class TestPyLastTag(TestPyLastWithLastFm):
def test_tag_is_hashable(self):
# Arrange
tag = self.network.get_top_tags(limit=1)[0]
@ -59,5 +58,5 @@ class TestPyLastTag(TestPyLastWithLastFm):
self.assertEqual(url, "https://www.last.fm/tag/blues")
if __name__ == '__main__':
if __name__ == "__main__":
unittest.main(failfast=True)