Add constructor return type in integrations A-D (#50903)

This commit is contained in:
Shay Levy
2021-05-20 18:51:39 +03:00
committed by GitHub
parent b1138b1aab
commit cf228e3fe5
39 changed files with 54 additions and 46 deletions

View File

@@ -109,7 +109,7 @@ class AzureDevOpsLatestBuildSensor(AzureDevOpsSensor):
def __init__(
self, client: DevOpsClient, organization: str, project: str, build: DevOpsBuild
):
) -> None:
"""Initialize Azure DevOps sensor."""
self.build: DevOpsBuild = build
super().__init__(