From 0a6e82b6165b24be9fad1cb224f97171612ddea3 Mon Sep 17 00:00:00 2001 From: Siarhei Siniak Date: Thu, 8 May 2025 16:57:01 +0300 Subject: [PATCH] [+] remove a duplicate line --- python/online/fxreader/pr34/commands_typed/cli_bootstrap.py | 3 --- 1 file changed, 3 deletions(-) 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