From 12aef127bb1d3924b6209077b2c1849e8f8d4357 Mon Sep 17 00:00:00 2001 From: Christian Cwienk Date: Thu, 1 Oct 2020 19:18:46 +0200 Subject: [PATCH] mv fallback AccessType to bottom (order is significant) --- bindings-python/gci/componentmodel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings-python/gci/componentmodel.py b/bindings-python/gci/componentmodel.py index 51417efc..7587df5d 100644 --- a/bindings-python/gci/componentmodel.py +++ b/bindings-python/gci/componentmodel.py @@ -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)