Skip to content

Commit a8ff63d

Browse files
style: fix __all__ sort order in gds-psuu after merge
1 parent e6e8490 commit a8ff63d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/gds-psuu/gds_psuu/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
from gds_psuu.types import AggregationFn, KPIFn, KPIScores, MetricFn, ParamPoint
4444

4545
__all__ = [
46+
"KPI",
4647
"Aggregation",
4748
"AggregationFn",
4849
"Analyzer",
@@ -56,7 +57,6 @@
5657
"FunctionalConstraint",
5758
"GridSearchOptimizer",
5859
"Integer",
59-
"KPI",
6060
"KPIFn",
6161
"KPIScores",
6262
"LinearConstraint",

0 commit comments

Comments
 (0)