mirror of
https://github.com/logos-storage/nim-json-rpc.git
synced 2026-01-10 17:43:07 +00:00
Removing unused import, some tidying
This commit is contained in:
parent
f38dcebe34
commit
243285bb68
@ -1,5 +1,5 @@
|
||||
import asyncnet, asyncdispatch, tables, json, oids, macros
|
||||
import ../jsonconverters
|
||||
import asyncnet, asyncdispatch, tables, json, macros
|
||||
import ".." / [jsonconverters, jsonmarshal]
|
||||
|
||||
type
|
||||
RpcClient* = ref object
|
||||
@ -90,8 +90,6 @@ proc connect*(self: RpcClient, address: string, port: Port) {.async.} =
|
||||
self.port = port
|
||||
asyncCheck processData(self)
|
||||
|
||||
import ../ jsonmarshal
|
||||
|
||||
proc createRpcProc(procName, parameters, callBody: NimNode): NimNode =
|
||||
# parameters come as a tree
|
||||
var paramList = newSeq[NimNode]()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user