From 083d3a6641d6025ba8a1fb613d8b1686426a843d Mon Sep 17 00:00:00 2001 From: Celestino Rey Date: Tue, 1 Oct 2024 16:16:46 +0200 Subject: [PATCH] Cambios para flake8 --- JugarAlPadel/gestion_reservas/reymotausers/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JugarAlPadel/gestion_reservas/reymotausers/tests.py b/JugarAlPadel/gestion_reservas/reymotausers/tests.py index 5ed29fe..d5b2fce 100644 --- a/JugarAlPadel/gestion_reservas/reymotausers/tests.py +++ b/JugarAlPadel/gestion_reservas/reymotausers/tests.py @@ -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) \ No newline at end of file + email="super@user.com", password="foo", is_superuser=False)