Skip to content

Commit 0ba0ffa

Browse files
authored
style(tools): convert absolute to relative imports across codebase (ethereum#1907)
Convert absolute imports to relative imports within the same package Changes affect: * CLI components (eest, eofwrap) * Test files across all packages * Pytest plugin components (consume, execute, filler) * Framework utility modules
1 parent 492bbf2 commit 0ba0ffa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ Users can select any of the artifacts depending on their testing needs for their
9090
### 📋 Misc
9191

9292
- 🔀 Use only relative imports in `tests/` directory ([#1848](https://github.com/ethereum/execution-spec-tests/pull/1848)).
93+
- 🔀 Convert absolute imports to relative imports in `src/` directory for better code maintainability ([#1907](https://github.com/ethereum/execution-spec-tests/pull/1907)).
9394
- 🔀 Misc. doc updates, including a navigation footer ([#1846](https://github.com/ethereum/execution-spec-tests/pull/1846)).
9495
- 🔀 Remove Python 3.10 support ([#1808](https://github.com/ethereum/execution-spec-tests/pull/1808)).
9596
- 🔀 Modernize codebase with Python 3.11 language features ([#1812](https://github.com/ethereum/execution-spec-tests/pull/1812)).

0 commit comments

Comments
 (0)