Skip to content

Commit

Permalink
Merge pull request #16 from cloudblue/LITE-23960_add_support_for_mult…
Browse files Browse the repository at this point in the history
…iaccount_to_bg_taks

LITE-23960 add installation and installation_client to extension cons…
  • Loading branch information
Francesco Faraone authored Jun 10, 2022
2 parents 5789b95 + b2bfea9 commit b4d036c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion connect/eaas/core/extension.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,12 @@ def get_variables(cls):


class Extension(ExtensionBase):
def __init__(self, client, logger, config):
def __init__(self, client, logger, config, installation_client=None, installation=None):
self.client = client
self.logger = logger
self.config = config
self.installation_client = installation_client
self.installation = installation

@classmethod
def get_events(cls):
Expand Down

0 comments on commit b4d036c

Please sign in to comment.