Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Simpson authored Nov 3, 2021
1 parent 3a48828 commit 8a05337
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/relaxed/fit/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
__all__ = ["constrained_fit"]
__all__ = ["constrained_fit", "global_fit"]

from .constrained import constrained_fit
from .global import global_fit

0 comments on commit 8a05337

Please sign in to comment.