Skip to content

Commit

Permalink
Black format
Browse files Browse the repository at this point in the history
  • Loading branch information
nazywam committed Feb 1, 2024
1 parent 77d4824 commit 8e2bb14
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion karton/config_extractor/config_extractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,9 @@ def __init__(self, config: Config) -> None:
"config-extractor", "result_attributes", fallback={}
)

def preprocess_config(self, config: Dict[str, Any], parent: Any) -> Tuple[Dict[str, any], List[Task]]:
def preprocess_config(
self, config: Dict[str, Any], parent: 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 8e2bb14

Please # to comment.