Browse Source

Cambios para flake8

politica
Celestino Rey 1 year ago
parent
commit
083d3a6641
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      JugarAlPadel/gestion_reservas/reymotausers/tests.py

+ 1
- 1
JugarAlPadel/gestion_reservas/reymotausers/tests.py View File

@ -39,4 +39,4 @@ class UsersManagersTests(TestCase):
pass
with self.assertRaises(ValueError):
User.objects.create_superuser(
email="super@user.com", password="foo", is_superuser=False)
email="super@user.com", password="foo", is_superuser=False)

Loading…
Cancel
Save