Skip to content

Commit

Permalink
update typing
Browse files Browse the repository at this point in the history
  • Loading branch information
Atticus1806 committed Nov 13, 2024
1 parent 0a3c1d1 commit 9f5db2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sisyphus/cleaner.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
from typing import List, Optional

from sisyphus import graph
from sisyphus.job import Job
import sisyphus.global_settings as gs


Expand Down Expand Up @@ -324,7 +325,7 @@ def cleanup_keep_value(


def cleanup_unused(
load_from: str = "", job_dirs: List = None, mode: str = "remove", filter_affected: Optional[List[str]] = None
load_from: str = "", job_dirs: List[Job] = None, mode: str = "remove", filter_affected: Optional[List[str]] = None
):
"""Check work directory and remove all subdirectories which do not belong to the given list of directories.
If no input is given it removes everything that is not in the current graph
Expand Down

0 comments on commit 9f5db2e

Please sign in to comment.