summaryrefslogtreecommitdiff
path: root/tests/pkgs
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2022-08-12 06:26:51 -0700
committerSteve Piercy <web@stevepiercy.com>2022-08-12 06:26:51 -0700
commitbdbb8c408566f1a4009d7a8dd32f72719c1f3849 (patch)
tree544d1b4ea2c7e40b79fb91f96f4d848743129f2e /tests/pkgs
parent4d963930e03e26f6b831eae81ee93f2aa8271ff7 (diff)
parent1e439035e41da3767acbcae79689fb05dfdeb317 (diff)
downloadpyramid-bdbb8c408566f1a4009d7a8dd32f72719c1f3849.tar.gz
pyramid-bdbb8c408566f1a4009d7a8dd32f72719c1f3849.tar.bz2
pyramid-bdbb8c408566f1a4009d7a8dd32f72719c1f3849.zip
Merge branch 'master' of https://github.com/Pylons/pyramid
Diffstat (limited to 'tests/pkgs')
-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)