Skip to content

Commit

Permalink
Remove User REST api call.
Browse files Browse the repository at this point in the history
  • Loading branch information
ipanova committed Feb 20, 2019
1 parent 6b7e4be commit 8840cd5
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 274 deletions.
1 change: 0 additions & 1 deletion pulpcore/app/serializers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,3 @@
RepositoryVersionCreateSerializer
)
from .task import MinimalTaskSerializer, TaskSerializer, WorkerSerializer # noqa
from .user import UserSerializer # noqa
57 changes: 0 additions & 57 deletions pulpcore/app/serializers/user.py

This file was deleted.

1 change: 0 additions & 1 deletion pulpcore/app/viewsets/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,3 @@
RepositoryVersionViewSet
)
from .task import TaskViewSet, WorkerViewSet # noqa
from .user import UserViewSet # noqa
28 changes: 0 additions & 28 deletions pulpcore/app/viewsets/user.py

This file was deleted.

187 changes: 0 additions & 187 deletions pulpcore/tests/functional/api/test_crud_users.py

This file was deleted.

0 comments on commit 8840cd5

Please sign in to comment.