-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cff47d7
commit e652023
Showing
10 changed files
with
519 additions
and
146 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
Large diffs are not rendered by default.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
from worf.views.action import ActionAPI # noqa | ||
from worf.views.base import AbstractBaseAPI, APIResponse # noqa | ||
from worf.views.create import CreateAPI # noqa | ||
from worf.views.delete import DeleteAPI # noqa | ||
from worf.views.detail import DetailAPI, DetailUpdateAPI # noqa | ||
from worf.views.list import ListAPI, ListCreateAPI # noqa | ||
from worf.views.update import UpdateAPI # noqa | ||
from worf.views.action import ActionAPI # noqa: F401 | ||
from worf.views.base import AbstractBaseAPI, APIResponse # noqa: F401 | ||
from worf.views.create import CreateAPI # noqa: F401 | ||
from worf.views.delete import DeleteAPI # noqa: F401 | ||
from worf.views.detail import DetailAPI, DetailUpdateAPI # noqa: F401 | ||
from worf.views.list import ListAPI, ListCreateAPI # noqa: F401 | ||
from worf.views.update import UpdateAPI # noqa: F401 |