Skip to content

Commit

Permalink
Run new version of black to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jieter committed Apr 2, 2024
1 parent f955074 commit 9aadcc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test_migrations/migrate_test/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
1. Import the include() function: from django.conf.urls import url, include
2. Add a URL to urlpatterns: url(r'^blog/', include('blog.urls'))
"""

from django.conf.urls import url
from django.contrib import admin

Expand Down
1 change: 1 addition & 0 deletions tests/app/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
1. Import the include() function: from django.conf.urls import url, include
2. Add a URL to urlpatterns: url(r'^blog/', include('blog.urls'))
"""

from django.contrib import admin
from django.urls import path

Expand Down

0 comments on commit 9aadcc0

Please sign in to comment.