Skip to content

Commit 11cf183

Browse files
committed
fix linting in changed file
1 parent 018ec59 commit 11cf183

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

ns1/__init__.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,11 @@ def createReservation(
503503
import ns1.ipam
504504

505505
reservation = ns1.ipam.Reservation(
506-
self.config, scopegroup_id, address_id, options=dhcp_options, mac=mac
506+
self.config,
507+
scopegroup_id,
508+
address_id,
509+
options=dhcp_options,
510+
mac=mac,
507511
)
508512

509513
return reservation.create(callback=callback, errback=errback, **kwargs)

0 commit comments

Comments
 (0)