Skip to content

Commit

Permalink
fix: url.py reverted
Browse files Browse the repository at this point in the history
  • Loading branch information
zubairshakoorarbisoft committed Jul 25, 2023
1 parent ba7dece commit cc3f8b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion completion/api/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Api URLs.
"""

from django.urls import include
from django.conf.urls import include
from django.urls import path

app_name = 'completion' # pylint: disable=invalid-name
Expand Down

0 comments on commit cc3f8b9

Please sign in to comment.