Github user mxmrlv commented on a diff in the pull request:
https://github.com/apache/incubator-ariatosca/pull/68#discussion_r100072787
--- Diff: aria/storage/core.py ---
@@ -52,11 +55,21 @@ class Storage(LoggerMixin):
"""
Represents the storage
"""
- def __init__(self, api_cls, api_kwargs=None, items=(), **kwargs):
+ def __init__(self,
+ api_cls,
+ items=(),
--- End diff --
add api_kwargs and move init, init_kwargs to ModelStorage (and rename init
to session_initiator)
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---