Skip to content

Commit 0ea8eb8

Browse files
committed
Sort imports
1 parent 925d1a7 commit 0ea8eb8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

linode_api4/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,4 @@ class LKECluster(JSONObject):
9292
id: int = 0
9393
label: str = ""
9494
type: str = ""
95-
url: str = ""
95+
url: str = ""

linode_api4/objects/nodebalancer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os
22
from urllib import parse
33

4-
from linode_api4.common import Price, RegionPrice, LKECluster
4+
from linode_api4.common import LKECluster, Price, RegionPrice
55
from linode_api4.errors import UnexpectedResponseError
66
from linode_api4.objects.base import Base, MappedObject, Property
77
from linode_api4.objects.dbase import DerivedBase

0 commit comments

Comments
 (0)