New-style the new class

This commit is contained in:
Jean-Paul Calderone 2019-11-26 08:43:05 -05:00
parent e7d166f262
commit 2037cd9be1
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ class DummyStorage(object):
return resource return resource
class GetCounter(Resource): class GetCounter(Resource, object):
""" """
``GetCounter`` is a resource that returns a count of the number of times ``GetCounter`` is a resource that returns a count of the number of times
it has rendered a response to a GET request. it has rendered a response to a GET request.