Skip to content

Commit 5c3c7ce

Browse files
Merge branch 'dev' into proj/enhanced-interfaces
2 parents 498fa3c + 195e2cd commit 5c3c7ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linode_api4/objects/account.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ class AccountSettings(Base):
213213
"network_helper": Property(mutable=True),
214214
"managed": Property(),
215215
"longview_subscription": Property(
216-
slug_relationship=LongviewSubscription
216+
slug_relationship=LongviewSubscription, mutable=False
217217
),
218218
"object_storage": Property(),
219219
"backups_enabled": Property(mutable=True),

0 commit comments

Comments
 (0)