Skip to content

Commit f2a66db

Browse files
committed
add __all__
1 parent bd460f0 commit f2a66db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from __future__ import annotations
22
from ._hsolver import *
33

4-
__all__ = ["diag_comm_info", "dav_subspace", "davidson"]
4+
__all__ = ["diag_comm_info", "dav_subspace", "davidson", "cg"]

0 commit comments

Comments
 (0)