Skip to content

Commit c72a2d9

Browse files
committed
typehint for argparse
1 parent 83fe459 commit c72a2d9

File tree

1 file changed

+1
-1
lines changed
  • chebai/preprocessing/datasets

1 file changed

+1
-1
lines changed

chebai/preprocessing/datasets/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def __init__(
7676
label_filter: Optional[int] = None,
7777
balance_after_filter: Optional[float] = None,
7878
num_workers: int = 1,
79-
persistent_workers=True,
79+
persistent_workers: bool = True,
8080
chebi_version: int = 200,
8181
inner_k_folds: int = -1, # use inner cross-validation if > 1
8282
fold_index: Optional[int] = None,

0 commit comments

Comments
 (0)