Browse Source

Code formatting

Rafał Pitoń 10 years ago
parent
commit
e8db0ea6bd
1 changed files with 1 additions and 2 deletions
  1. 1 2
      misago/users/tests/test_updateblankavatar.py

+ 1 - 2
misago/users/tests/test_updateblankavatar.py

@@ -6,8 +6,7 @@ from misago.users.management.commands import updateblankavatar
 
 
 class UpdateBlankAvatarTests(TestCase):
 class UpdateBlankAvatarTests(TestCase):
     def test_regen_blank_avatar(self):
     def test_regen_blank_avatar(self):
-        """command regens blank avatar """
-
+        """command regens blank avatar"""
         command = updateblankavatar.Command()
         command = updateblankavatar.Command()
 
 
         out = StringIO()
         out = StringIO()