summaryrefslogtreecommitdiff
path: root/tests/pkgs/restbugapp/views.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pkgs/restbugapp/views.py')
-rw-r--r--tests/pkgs/restbugapp/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pkgs/restbugapp/views.py b/tests/pkgs/restbugapp/views.py
index 6930d3668..d7e253ac2 100644
--- a/tests/pkgs/restbugapp/views.py
+++ b/tests/pkgs/restbugapp/views.py
@@ -8,7 +8,7 @@ class BaseRESTView:
class PetRESTView(BaseRESTView):
- """ REST Controller to control action of an avatar """
+ """REST Controller to control action of an avatar"""
def __init__(self, context, request):
super().__init__(context, request)