simplify indentation

This commit is contained in:
Jan Petykiewicz 2024-07-29 00:32:20 -07:00
parent 95e923d7b7
commit 1021768e30

View File

@ -47,7 +47,6 @@ def e_full(
if mu is None:
return op_1
else:
return op_mu
@ -84,7 +83,6 @@ def eh_full(
if mu is None:
return op_1
else:
return op_mu
@ -116,7 +114,6 @@ def e2h(
if mu is None:
return e2h_1_1
else:
return e2h_mu
@ -151,7 +148,6 @@ def m2j(
if mu is None:
return m2j_1
else:
return m2j_mu