Skip to content

Commit 4a7edf7

Browse files
committed
Update clp_envvar_handler.py
1 parent fb10616 commit 4a7edf7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package/cloudshell/iac/terraform/services/clp_envvar_handler.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os
22
from abc import ABCMeta
33

4-
from cloudshell.api.cloudshell_api import ResourceAttribute
4+
# from cloudshell.api.cloudshell_api import ResourceAttribute
55

66
from cloudshell.iac.terraform.models.shell_helper import ShellHelperObject
77

@@ -24,8 +24,8 @@ def get_attribute_value(clp_res_model, clp_attribute, attr_name_to_check, shell_
2424

2525

2626
class AWSCloudProviderEnvVarHandler(BaseCloudProviderEnvVarHandler):
27-
def __init__(self,
28-
clp_res_model: str, clp_resource_attributes: list[ResourceAttribute], shell_helper: ShellHelperObject):
27+
def __init__(self, clp_res_model: str, clp_resource_attributes: list,
28+
shell_helper: ShellHelperObject):
2929
BaseCloudProviderEnvVarHandler.__init__(self)
3030
self._clp_res_model = clp_res_model
3131
self._clp_resource_attributes = clp_resource_attributes

0 commit comments

Comments
 (0)