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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user