Skip to content

Commit 69efe67

Browse files
committed
minor: reordered callbacks in __all__
1 parent 26ee448 commit 69efe67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pylops/optimization/callback.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
__all__ = [
22
"Callbacks",
3+
"CostNanInfCallback",
34
"CostToDataCallback",
45
"CostToInitialCallback",
5-
"CostNanInfCallback",
66
"MetricsCallback",
77
]
88

0 commit comments

Comments
 (0)