Skip to content

Commit

Permalink
* lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Ori-Roza committed Apr 27, 2024
1 parent 7ab0632 commit 91a7453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drf_api_action/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def action_api(request):
"""
Make Dango WebView endpoints accessible
"""
from drf_api_action.mixins import APIRestMixin
from drf_api_action.mixins import APIRestMixin # pylint: disable=import-outside-toplevel

if request.keywords['action_api'].kwargs.get("view_set_class") is None:
raise ActionsAPIException('using action_api fixture must require a view_set_class kwarg')
Expand Down

0 comments on commit 91a7453

Please sign in to comment.