summaryrefslogtreecommitdiff
path: root/tests/pkgs/restbugapp
diff options
context:
space:
mode:
authorBert JW Regeer <xistence@0x58.com>2022-02-05 20:01:24 -0700
committerGitHub <noreply@github.com>2022-02-05 20:01:24 -0700
commit2efb1345e6a4a2d6beab374c98f9337f26f2fc3a (patch)
treee85dd64335c958d5fa7200ecfc375d29c624f8de /tests/pkgs/restbugapp
parent0b24ac16cc04746b25cf460f1497c157f6d3d6f4 (diff)
parentb492e302a5dfe471acb065a79f5b4ec7651f34d3 (diff)
downloadpyramid-2efb1345e6a4a2d6beab374c98f9337f26f2fc3a.tar.gz
pyramid-2efb1345e6a4a2d6beab374c98f9337f26f2fc3a.tar.bz2
pyramid-2efb1345e6a4a2d6beab374c98f9337f26f2fc3a.zip
Merge pull request #3689 from ergo/master
Add support for Python 3.10
Diffstat (limited to 'tests/pkgs/restbugapp')
-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)