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 TestPyLastLibrary(TestPyLastWithLastFm):
def test_repr(self):
# Arrange
library = pylast.Library(user=self.username, network=self.network)
@ -57,5 +56,5 @@ class TestPyLastLibrary(TestPyLastWithLastFm):
self.assertEqual(library_user, user_to_get)
if __name__ == '__main__':
if __name__ == "__main__":
unittest.main(failfast=True)