From 9c19aff7c7561e3a82978a272ecdaad40dda5c00 Mon Sep 17 00:00:00 2001 From: django-bot Date: Thu, 3 Feb 2022 20:24:19 +0100 Subject: Refs #33476 -- Reformatted code with Black. --- tests/test_runner_apps/sample/pattern_tests.py | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/test_runner_apps/sample/pattern_tests.py') diff --git a/tests/test_runner_apps/sample/pattern_tests.py b/tests/test_runner_apps/sample/pattern_tests.py index f62a233d75..4500eacb8e 100644 --- a/tests/test_runner_apps/sample/pattern_tests.py +++ b/tests/test_runner_apps/sample/pattern_tests.py @@ -2,6 +2,5 @@ from unittest import TestCase class Test(TestCase): - def test_sample(self): self.assertEqual(1, 1) -- cgit v1.3