Skip to content

Commit

Permalink
Fix flake8 errors
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamu committed Jul 5, 2016
1 parent 0451757 commit 31c04e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pinax/api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

from . import authentication, permissions # noqa
from .http import Response, Redirect # noqa
from .mixins import DjangoModelEndpointSetMixin #noqa
from .mixins import DjangoModelEndpointSetMixin # noqa
from .registry import register, bind, registry # noqa
from .relationships import Relationship # noqa
from .resource import Resource, Attribute # noqa
Expand Down
1 change: 1 addition & 0 deletions pinax/api/mixins.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@


class DjangoModelEndpointSetMixin(object):

def get_pk(self):
Expand Down

0 comments on commit 31c04e7

Please sign in to comment.