Skip to content

Commit a19af88

Browse files
Fix lint
1 parent b73b4bb commit a19af88

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
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

0 commit comments

Comments
 (0)