Skip to content

Commit 6e1537c

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 3fe2973 commit 6e1537c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/denspart/properties.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
from .cache import compute_cached
2424

25-
__all__ = ["compute_radial_moments", "compute_multipole_moments", "spherical_harmonics"]
25+
__all__ = ["compute_multipole_moments", "compute_radial_moments", "spherical_harmonics"]
2626

2727

2828
def safe_ratio(density, pro, density_cutoff=1e-15):

src/denspart/vh.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
import numpy as np
2929
from scipy.optimize import SR1, Bounds, minimize
3030

31-
__all__ = ["optimize_reduce_pro_model", "BasisFunction", "ProModel", "ekld"]
31+
__all__ = ["BasisFunction", "ProModel", "ekld", "optimize_reduce_pro_model"]
3232

3333

3434
def optimize_reduce_pro_model(

0 commit comments

Comments
 (0)