forked from ColtonProvias/sqlalchemy-jsonapi
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request ColtonProvias#35 from rockstar/lint
Cleanup all existing lint. Add lint to default tox runs.
- Loading branch information
Showing
16 changed files
with
293 additions
and
259 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
from .constants import Endpoint, Method | ||
from .serializer import (ALL_PERMISSIONS, INTERACTIVE_PERMISSIONS, JSONAPI, | ||
AttributeActions, Permissions, RelationshipActions, | ||
attr_descriptor, permission_test, | ||
relationship_descriptor) | ||
from .constants import Endpoint, Method # NOQA | ||
from .serializer import ( # NOQA | ||
ALL_PERMISSIONS, INTERACTIVE_PERMISSIONS, JSONAPI, AttributeActions, | ||
Permissions, RelationshipActions, attr_descriptor, permission_test, | ||
relationship_descriptor) | ||
|
||
try: | ||
from .flaskext import FlaskJSONAPI | ||
except ImportError: | ||
FlaskJSONAPI = None | ||
FlaskJSONAPI = None |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.