Skip to content

Commit

Permalink
Fix YAML not working
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinsID committed Mar 22, 2022
1 parent de4b8a8 commit ef0cbc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containerapp/azext_containerapp/custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

from ._client_factory import handle_raw_exception
from ._clients import ManagedEnvironmentClient, ContainerAppClient, GitHubActionClient, DaprComponentClient
# from ._sdk_models import * # pylint: disable=wildcard-import, unused-wildcard-import
from ._sdk_models import * # pylint: disable=wildcard-import, unused-wildcard-import
from ._github_oauth import get_github_access_token
from ._models import (
ManagedEnvironment as ManagedEnvironmentModel,
Expand Down

0 comments on commit ef0cbc1

Please sign in to comment.