Skip to content

Commit

Permalink
Fix merging conflict issues
Browse files Browse the repository at this point in the history
  • Loading branch information
humitos committed Feb 15, 2018
1 parent 0430f0f commit 6952e72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion readthedocs/restapi/views/model_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

import logging

from allauth.socialaccount.models import SocialAccount
from django.shortcuts import get_object_or_404
from rest_framework import decorators, permissions, status, viewsets
from rest_framework.decorators import detail_route
Expand All @@ -28,7 +29,7 @@
BuildAdminSerializer, BuildCommandSerializer, BuildSerializer,
DomainSerializer, ProjectAdminSerializer, ProjectSerializer,
RemoteOrganizationSerializer, RemoteRepositorySerializer,
VersionAdminSerializer, VersionSerializer)
SocialAccountSerializer, VersionAdminSerializer, VersionSerializer)

log = logging.getLogger(__name__)

Expand Down

0 comments on commit 6952e72

Please sign in to comment.