Skip to content

Commit 2862134

Browse files
committed
Remove redundant parentheses.
No change in code function.
1 parent b4d47a9 commit 2862134

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmi_scripts/calcbvsnacl/calcbvs.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@
4848

4949
print("Handling of unknown or invalid ion pairs:")
5050
print(" table.lookup('A+', 'X-'):", table.lookup('A+', 'X-'))
51-
print(" table.lookup('A+', 'X-') == table.none():", (
52-
table.lookup('A+', 'X-') == table.none()))
51+
print(" table.lookup('A+', 'X-') == table.none():",
52+
table.lookup('A+', 'X-') == table.none())

0 commit comments

Comments
 (0)