Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.

Commit ef0cbc1

Browse files
committed
Fix YAML not working
1 parent de4b8a8 commit ef0cbc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/containerapp/azext_containerapp/custom.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
from ._client_factory import handle_raw_exception
2323
from ._clients import ManagedEnvironmentClient, ContainerAppClient, GitHubActionClient, DaprComponentClient
24-
# from ._sdk_models import * # pylint: disable=wildcard-import, unused-wildcard-import
24+
from ._sdk_models import * # pylint: disable=wildcard-import, unused-wildcard-import
2525
from ._github_oauth import get_github_access_token
2626
from ._models import (
2727
ManagedEnvironment as ManagedEnvironmentModel,

0 commit comments

Comments
 (0)