We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 925d1a7 commit 0ea8eb8Copy full SHA for 0ea8eb8
2 files changed
linode_api4/common.py
@@ -92,4 +92,4 @@ class LKECluster(JSONObject):
92
id: int = 0
93
label: str = ""
94
type: str = ""
95
- url: str = ""
+ url: str = ""
linode_api4/objects/nodebalancer.py
@@ -1,7 +1,7 @@
1
import os
2
from urllib import parse
3
4
-from linode_api4.common import Price, RegionPrice, LKECluster
+from linode_api4.common import LKECluster, Price, RegionPrice
5
from linode_api4.errors import UnexpectedResponseError
6
from linode_api4.objects.base import Base, MappedObject, Property
7
from linode_api4.objects.dbase import DerivedBase
0 commit comments