From 2bec63d1adff5b40bc4e65c4d38a00ad637af325 Mon Sep 17 00:00:00 2001 From: Leon Kuchenbecker Date: Sat, 15 May 2021 12:41:53 +0200 Subject: Docstring style fixes as indicated by linter --- tests/pkgs/restbugapp/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/pkgs/restbugapp/views.py') 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) -- cgit v1.2.3