simplify indentation
This commit is contained in:
parent
95e923d7b7
commit
1021768e30
1 changed files with 4 additions and 8 deletions
|
|
@ -47,7 +47,6 @@ def e_full(
|
||||||
|
|
||||||
if mu is None:
|
if mu is None:
|
||||||
return op_1
|
return op_1
|
||||||
else:
|
|
||||||
return op_mu
|
return op_mu
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -84,7 +83,6 @@ def eh_full(
|
||||||
|
|
||||||
if mu is None:
|
if mu is None:
|
||||||
return op_1
|
return op_1
|
||||||
else:
|
|
||||||
return op_mu
|
return op_mu
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -116,7 +114,6 @@ def e2h(
|
||||||
|
|
||||||
if mu is None:
|
if mu is None:
|
||||||
return e2h_1_1
|
return e2h_1_1
|
||||||
else:
|
|
||||||
return e2h_mu
|
return e2h_mu
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -151,7 +148,6 @@ def m2j(
|
||||||
|
|
||||||
if mu is None:
|
if mu is None:
|
||||||
return m2j_1
|
return m2j_1
|
||||||
else:
|
|
||||||
return m2j_mu
|
return m2j_mu
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue