diff --git a/packages/testing/src/execution_testing/vm/opcodes.py b/packages/testing/src/execution_testing/vm/opcodes.py index de5fa38b21..f89274f138 100644 --- a/packages/testing/src/execution_testing/vm/opcodes.py +++ b/packages/testing/src/execution_testing/vm/opcodes.py @@ -319,7 +319,6 @@ def __call__( raise ValueError( f"Invalid keyword argument(s) {list(invalid_kwargs)} for opcode " f"{self._name_}. Valid arguments are: {self.kwargs}" - f"Valid arguments are: {self.kwargs}" ) for kw in self.kwargs: diff --git a/repo_subpaths_for_grammar_check.md b/repo_subpaths_for_grammar_check.md index c6020b80d3..31455e1374 100644 --- a/repo_subpaths_for_grammar_check.md +++ b/repo_subpaths_for_grammar_check.md @@ -29,6 +29,6 @@ Status legend: `[ ]` pending, `[~]` in progress, `[x]` complete - [x] `packages/testing/src/execution_testing/base_types/**/*.py` (~15 files) - [x] `packages/testing/src/execution_testing/forks/**/*.py` (~13 files) - [x] `packages/testing/src/execution_testing/tools/**/*.py`, `exceptions/**/*.py` (~24 files) -- [ ] `packages/testing/src/execution_testing/vm/**/*.py`, `rpc/**/*.py`, `config/**/*.py` (~17 files) +- [x] `packages/testing/src/execution_testing/vm/**/*.py`, `rpc/**/*.py`, `config/**/*.py` (~17 files) - [ ] `packages/testing/src/execution_testing/logging/**/*.py`, `execution/**/*.py`, `checklists/**/*.py`, `benchmark/**/*.py` (~14 files) - [ ] `packages/testing/src/execution_testing/*.py` (root files, ~2 files)