Skip to content

Commit 2ac1862

Browse files
committed
Deprecate xen from SDKs and Tools
1 parent 638f8de commit 2ac1862

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

linode_api4/objects/linode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ class Kernel(Base):
251251
"updates": Property(),
252252
"version": Property(),
253253
"architecture": Property(),
254-
"xen": Property(), # deprecated and not returned by the API anymore, but left here for backward compatibility
254+
"xen": Property(), # deprecated and not returned by the API anymore, but left here for backward compatibility
255255
"built": Property(),
256256
"pvops": Property(),
257257
}

0 commit comments

Comments
 (0)