Skip to content

Commit

Permalink
Added back needed function import
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaliypopel committed Sep 21, 2024
1 parent eb5ba8d commit 7999bd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/django_routify/router.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from inspect import isclass
import re

from django.urls import URLPattern
from django.urls import URLPattern, path
from django.views import View

from ._abstraction import RouterAbstraction, FUNC_VIEW
Expand Down

0 comments on commit 7999bd4

Please sign in to comment.