1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

[5.2.x] Applied Black's 2025 stable style.

https://github.com/psf/black/releases/tag/25.1.0
Backport of ff3aaf036f from main
This commit is contained in:
Mariusz Felisiak
2025-03-01 19:41:37 +01:00
parent b8ceda4a51
commit 53bb1d5a24
46 changed files with 213 additions and 185 deletions

View File

@@ -6,7 +6,7 @@ from .models import DataModel
class BinaryFieldTests(TestCase):
binary_data = b"\x00\x46\xFE"
binary_data = b"\x00\x46\xfe"
def test_set_and_retrieve(self):
data_set = (