Issue with blueprints group

I am try to use blueprints group: https://gist.github.com/s-maj/191e8bb929a42b25edbfd7fad23d8c07 but I am getting:

Traceback (most recent call last):
File “/Users/smaj/PycharmProjects/x/main.py”, line 33, in
app.blueprints(group)
TypeError: ‘dict’ object is not callable

Python 3.7 and Sanic 19.9.0.

should be app.blueprint(group) in line 33

app.blueprints returns a dict of all registered blueprints in the sanic app