Skip to content

Commit fb3ce5b

Browse files
authored
style: apply Black formatting (#170)
1 parent 300c16f commit fb3ce5b

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

django_object_actions/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""A Django app for adding object tools for models in the admin."""
2+
23
__version__ = "4.2.0"
34

45

django_object_actions/tests/test_admin.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""
22
Integration tests that actually try and use the tools setup in admin.py
33
"""
4+
45
from django.contrib.admin.utils import quote
56
from django.http import HttpResponse
67
from django.urls import reverse

django_object_actions/tests/test_urls.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""
22
Integration tests
33
"""
4+
45
from django.urls import reverse
56

67
from .tests import LoggedInTestCase

0 commit comments

Comments
 (0)