Skip to content

Commit

Permalink
Fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
nazywam committed Feb 1, 2024
1 parent 8e2bb14 commit 66e5457
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions karton/config_extractor/config_extractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ def __init__(self, config: Config) -> None:
)

def preprocess_config(
self, config: Dict[str, Any], parent: Any
) -> Tuple[Dict[str, any], List[Task]]:
self, config: Dict[str, Any]
) -> Tuple[Dict[str, Any], List[Task]]:
legacy_config = dict(config)
legacy_config["type"] = config["family"]
del legacy_config["family"]
Expand Down

0 comments on commit 66e5457

Please # to comment.