mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-02-11 09:00:57 +03:00
Fix syntax of ext.flask for Python 2.7, 3.4, 3.5
This commit is contained in:
parent
fc6a13230a
commit
8baefe573f
|
@ -78,5 +78,4 @@ class Route:
|
|||
endpoint,
|
||||
view_provider,
|
||||
provide_automatic_options,
|
||||
**self.options,
|
||||
)
|
||||
**self.options)
|
||||
|
|
Loading…
Reference in New Issue
Block a user