Skip to content

Commit e83f375

Browse files
authored
Merge pull request openSUSE#1945 from dmach/1891-osc-token
Make Token.triggered_at optional as it's not available in the oficially released OBS code
2 parents 3baf76f + e1014f1 commit e83f375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

osc/obs_api/token.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ class Kind(str, Enum):
9494
),
9595
)
9696

97-
triggered_at: str = Field(
97+
triggered_at: Optional[str] = Field(
9898
xml_attribute=True,
9999
description=textwrap.dedent(
100100
"""

0 commit comments

Comments
 (0)