Fix syntax of ext.flask for Python 2.7, 3.4, 3.5

This commit is contained in:
Roman Mogylatov 2020-07-10 17:33:16 -04:00
parent fc6a13230a
commit 8baefe573f

View File

@ -78,5 +78,4 @@ class Route:
endpoint, endpoint,
view_provider, view_provider,
provide_automatic_options, provide_automatic_options,
**self.options, **self.options)
)