diff --git a/python/online/fxreader/pr34/commands_typed/cli_bootstrap.py b/python/online/fxreader/pr34/commands_typed/cli_bootstrap.py index 12c7863..0ff3d67 100644 --- a/python/online/fxreader/pr34/commands_typed/cli_bootstrap.py +++ b/python/online/fxreader/pr34/commands_typed/cli_bootstrap.py @@ -151,9 +151,6 @@ def pyproject_load( res.modules.append(module) - res.early_features = content['tool'][tool_name]['early_features'] - - return res @dataclasses.dataclass