Skip to content

Commit

Permalink
OpenConceptLab/ocl_issues#1686 | removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
snyaggarwal committed Nov 17, 2023
1 parent af92823 commit ac86962
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion core/users/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from core.common.constants import NAMESPACE_PATTERN
from core.orgs import views as org_views
from . import views
from ..repos.views import ReposListView, OrganizationRepoListView
from ..repos.views import OrganizationRepoListView

urlpatterns = [
re_path(r'^$', views.UserListView.as_view(), name='userprofile-list'),
Expand Down
1 change: 0 additions & 1 deletion core/users/user_urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
from core.repos.views import OrganizationRepoListView
from core.users import views


extra_kwargs = {'user_is_self': True}

# shortcuts for the currently logged-in user
Expand Down

0 comments on commit ac86962

Please sign in to comment.