Skip to content

Commit

Permalink
Update views.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bhandariroshan authored Feb 25, 2023
1 parent a780f23 commit 3f53fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fbstats/users/views.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
from __future__ import absolute_import, unicode_literals

from django.core.urlresolvers import reverse
from django.urls import reverse
from django.views.generic import DetailView, ListView, RedirectView, UpdateView

from django.contrib.auth.mixins import LoginRequiredMixin
Expand Down

0 comments on commit 3f53fea

Please sign in to comment.