Skip to content

Commit 1912c19

Browse files
Lint
1 parent 75790ec commit 1912c19

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

linode_api4/objects/nodebalancer.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@
33

44
from linode_api4.common import Price, RegionPrice
55
from linode_api4.errors import UnexpectedResponseError
6-
from linode_api4.objects.base import Base, MappedObject, Property, ExplicitNullValue, _flatten_request_body_recursive
6+
from linode_api4.objects.base import (
7+
Base,
8+
ExplicitNullValue,
9+
MappedObject,
10+
Property,
11+
_flatten_request_body_recursive,
12+
)
713
from linode_api4.objects.dbase import DerivedBase
814
from linode_api4.objects.networking import Firewall, IPAddress
915
from linode_api4.objects.region import Region

0 commit comments

Comments
 (0)