Skip to content

Commit 7687029

Browse files
Fix lint
1 parent b73b4bb commit 7687029

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

linode_api4/objects/account.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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

linode_api4/objects/linode.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)