Skip to content

Commit 4513fcf

Browse files
committed
Update default in sign model
1 parent b8be71f commit 4513fcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sign_client/sign_client/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def from_dict(cls, dct):
147147
@dataclass
148148
class BooleanSettingsInfo:
149149
value: bool
150-
inherited: bool = False
150+
inherited: bool = None
151151

152152
@classmethod
153153
def from_dict(cls, dct):

0 commit comments

Comments
 (0)