mirror of
https://github.com/daniviga/django-ram.git
synced 2025-08-04 21:27:49 +02:00
Fix a docstring causing troubles to djrf
This commit is contained in:
@@ -57,7 +57,7 @@ class Firewall(BasePermission):
|
|||||||
|
|
||||||
class Test(APIView):
|
class Test(APIView):
|
||||||
"""
|
"""
|
||||||
Send a test <s> command
|
Send a test 's' command
|
||||||
"""
|
"""
|
||||||
|
|
||||||
parser_classes = [PlainTextParser]
|
parser_classes = [PlainTextParser]
|
||||||
|
Reference in New Issue
Block a user