chore: Remove unused imports

- Remove 'os' import from heromodels
- Remove 'json' and 'x.json2' imports from openrpc
- Remove 'console' import from openrpc
- Remove unused imports in multiple modules
This commit is contained in:
Mahmoud-Emad
2025-09-28 10:38:45 +03:00
parent 78f7d3a8c4
commit 61487902d6
9 changed files with 2 additions and 14 deletions

View File

@@ -1,7 +1,6 @@
module openrpc
import json
import x.json2
// encode encodes an OpenRPC document struct into json string.
// eliminates undefined variable by calling prune on the initial encoding.