Linting
This commit is contained in:
parent
07169c5b3d
commit
24579506ae
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ class TerraformDomain(Validateable):
|
|||
return result
|
||||
|
||||
def uses_backend_git(self) -> bool:
|
||||
if ProviderType.TERRAFORM_BACKEND_GIT in self.providers.keys():
|
||||
if ProviderType.TERRAFORM_BACKEND_GIT in self.providers:
|
||||
return True
|
||||
return False
|
||||
|
||||
|
|
Loading…
Reference in a new issue