Skip to content

Commit

Permalink
Merge pull request #6187 from erinspace/feature/ember-preprints
Browse files Browse the repository at this point in the history
Remove unused import for flake8
  • Loading branch information
mfraezz authored Aug 22, 2016
2 parents dbb567d + 5b8147f commit c12a73e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/preprints/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from rest_framework.status import HTTP_204_NO_CONTENT
from rest_framework import permissions as drf_permissions

from website.models import Node, PreprintProvider
from website.models import Node
from framework.auth.oauth_scopes import CoreScopes

from api.base.views import JSONAPIBaseView
Expand Down

0 comments on commit c12a73e

Please sign in to comment.