Skip to content

Commit

Permalink
Style and quality ensemble.py
Browse files Browse the repository at this point in the history
Use black for consistent code style.
  • Loading branch information
vwiela authored Oct 9, 2023
1 parent 4e704c8 commit 656b891
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pypesto/ensemble/ensemble.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,14 @@
OUTPUT,
OUTPUT_SENSI,
PERCENTILE,
POINTWISE,
PREDICTION_ARRAYS,
PREDICTION_ID,
PREDICTION_RESULTS,
PREDICTION_SUMMARY,
PREDICTIONS,
PREDICTOR,
SIMULTANEOUS,
STANDARD_DEVIATION,
SUMMARY,
TIMEPOINTS,
Expand All @@ -45,8 +47,6 @@
X_VECTOR,
EnsembleType,
ModeType,
SIMULTANEOUS,
POINTWISE
)
from ..engine import (
Engine,
Expand Down

0 comments on commit 656b891

Please sign in to comment.