Skip to content

Commit

Permalink
fix non-relative import
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwegner committed Jan 26, 2018
1 parent fd8e3ce commit 0d8d0e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion formly/utils/views.py
Expand Up @@ -3,7 +3,7 @@
from django.utils.decorators import method_decorator
from django.views.generic import DeleteView

from ...compat import reverse
from formly.compat import reverse


def cbv_decorator(decorator):
Expand Down

0 comments on commit 0d8d0e6

Please sign in to comment.