Skip to content

Commit b07dafc

Browse files
committed
Fix type annotation
Signed-off-by: Lukas Heumos <[email protected]>
1 parent 825f06e commit b07dafc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pertpy/tools/_augur.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -685,7 +685,7 @@ def predict(
685685
span: float = 0.75,
686686
filter_negative_residuals: bool = False,
687687
n_threads: int = 4,
688-
augur_mode: Literal["permute"] | Literal["default"] | Literal["velocity"] = "default",
688+
augur_mode: Literal["default", "permute", "velocity"] = "default",
689689
select_variance_features: bool = True,
690690
key_added: str = "augurpy_results",
691691
random_state: int | None = None,

0 commit comments

Comments
 (0)