Skip to content

Commit

Permalink
isort
Browse files Browse the repository at this point in the history
  • Loading branch information
Matsemann committed Nov 20, 2023
1 parent 5806320 commit 7993fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_openapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from django.http import HttpRequest
from django.test.client import Client
from django.test.utils import override_settings
from django.urls import path, URLResolver, URLPattern
from django.urls import URLPattern, URLResolver, path
from django.urls.resolvers import RoutePattern
from pydantic import BaseModel

Expand Down

0 comments on commit 7993fff

Please sign in to comment.