Skip to content

Commit 1da496a

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 7ee58ad commit 1da496a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ipyparallel/tests/test_util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ def test_disambiguate_ip():
1515
RuntimeWarning, match=f"IPython could not determine IPs for {wontresolve}"
1616
):
1717
assert util.disambiguate_ip_address('0.0.0.0', wontresolve) == wontresolve
18-
if (public_ips()):
18+
if public_ips():
1919
public_ip = public_ips()[0]
2020
assert util.disambiguate_ip_address('0.0.0.0', public_ip) == localhost()

0 commit comments

Comments
 (0)