File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -218,9 +218,7 @@ class AccountSettings(Base):
218218 "object_storage" : Property (),
219219 "backups_enabled" : Property (mutable = True ),
220220 "interfaces_for_new_linodes" : Property (mutable = True ),
221- "maintenance_policy" : Property (
222- mutable = True
223- ),
221+ "maintenance_policy" : Property (mutable = True ),
224222 }
225223
226224
Original file line number Diff line number Diff line change @@ -800,9 +800,7 @@ class Instance(Base):
800800 "lke_cluster_id" : Property (),
801801 "capabilities" : Property (unordered = True ),
802802 "interface_generation" : Property (),
803- "maintenance_policy" : Property (
804- mutable = True
805- ),
803+ "maintenance_policy" : Property (mutable = True ),
806804 "locks" : Property (unordered = True ),
807805 }
808806
You can’t perform that action at this time.
0 commit comments