Skip to content

Commit 1778d7d

Browse files
committed
indent
1 parent c4781bc commit 1778d7d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ns1/ipam.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,8 +281,8 @@ def success(result, *args):
281281
address
282282
for address in self._rest.list()
283283
if address["prefix"] == self.prefix
284-
and address["status"] == self.status
285-
and address["network_id"] == network_id
284+
and address["status"] == self.status
285+
and address["network_id"] == network_id
286286
][0]["id"]
287287
except IndexError:
288288
raise AddressException(

0 commit comments

Comments
 (0)