ethereum / tests

Common tests for all Ethereum implementations
MIT License
563 stars 320 forks source link

fix: wrong json format issue #1384

Closed forcodedancing closed 5 months ago

forcodedancing commented 5 months ago

# noqa: E501", is not invalid in the json files.

IaroslavMazur commented 5 months ago

Well done, @forcodedancing!

winsvega commented 5 months ago

hmm, I didn't catch this with my light json parser.

winsvega commented 5 months ago

ok the issue was in my parser. should be fixed now