Skip to content

Commit

Permalink
Fixed a minor merge issue
Browse files Browse the repository at this point in the history
  • Loading branch information
KrissiHub committed Dec 1, 2023
1 parent 4c0dbf6 commit 1396581
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions deepcave/runs/handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ def __init__(self, config: Config, cache: "Cache", run_cache: "RunCaches") -> No
self.logger = get_logger("RunHandler")

# Available converters
self.available_run_yfes: List[Type[Run]] = config.CONVERTERS
self.available_run_classes: List[Type[Run]]
self.available_run_classes: List[Type[Run]] = config.CONVERTERS

# Internal state
self.runs: Dict[str, AbstractRun] = {} # run_name -> Run
Expand Down

0 comments on commit 1396581

Please sign in to comment.