Revision 9db74c669b86142a84c9442b16665962d65109a6 authored by dependabot[bot] on 08 September 2020, 18:51:19 UTC, committed by GitHub on 08 September 2020, 18:51:19 UTC
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.11 to 4.7.6. - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md) - [Commits](https://github.com/wycats/handlebars.js/compare/v4.0.11...v4.7.6) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6161210
data.py
from flask_restful import Resource, Api, abort
class Data(Resource):
def __init__(self, data):
self.data = data
def get(self):
return self.data

Computing file changes ...