We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b73b4bb commit 7687029Copy full SHA for 7687029
2 files changed
linode_api4/objects/account.py
@@ -218,9 +218,7 @@ class AccountSettings(Base):
218
"object_storage": Property(),
219
"backups_enabled": Property(mutable=True),
220
"interfaces_for_new_linodes": Property(mutable=True),
221
- "maintenance_policy": Property(
222
- mutable=True
223
- ),
+ "maintenance_policy": Property(mutable=True),
224
}
225
226
linode_api4/objects/linode.py
@@ -800,9 +800,7 @@ class Instance(Base):
800
"lke_cluster_id": Property(),
801
"capabilities": Property(unordered=True),
802
"interface_generation": Property(),
803
804
805
806
"locks": Property(unordered=True),
807
808
0 commit comments