Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 20, 2023
1 parent 8427f6d commit 5793e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipykernel/tests/test_kernelapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def test_merge_connection_file():
del initial_connection_info[key]

# The wildcard ip address was also replaced
assert(new_connection_info["ip"] != "*")
assert new_connection_info["ip"] != "*"
del new_connection_info["ip"]
del initial_connection_info["ip"]

Expand Down

0 comments on commit 5793e99

Please sign in to comment.