Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
mv fallback AccessType to bottom (order is significant)
Browse files Browse the repository at this point in the history
  • Loading branch information
ccwienk committed Oct 1, 2020
1 parent 816233f commit 12aef12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings-python/gci/componentmodel.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,10 @@ class Resource:
version: str
type: ResourceType
access: typing.Union[
ResourceAccess,
OciAccess,
GithubAccess,
HttpAccess,
ResourceAccess,
None
]
labels: typing.List[Label] = dataclasses.field(default_factory=list)
Expand Down

0 comments on commit 12aef12

Please sign in to comment.