Skip to content

Commit

Permalink
review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
akihikokuroda committed Jan 24, 2024
1 parent 205d0c5 commit c2a13b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gateway/api/permissions.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
"""Permissions."""

from rest_framework import permissions
from .models import RuntimeJob


class IsOwner(permissions.BasePermission):
Expand Down

0 comments on commit c2a13b0

Please sign in to comment.