We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b73b4bb commit a19af88Copy full SHA for a19af88
1 file 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
0 commit comments