Lint: F841 local variable '<variable>' is assigned to but never used
This commit is contained in:
@ -43,7 +43,6 @@ def deletekey(zk_conn, key, recursive=True):
|
||||
def readdata(zk_conn, key):
|
||||
data_raw = zk_conn.get(key)
|
||||
data = data_raw[0].decode('utf8')
|
||||
meta = data_raw[1]
|
||||
return data
|
||||
|
||||
# Data write function
|
||||
|
Reference in New Issue
Block a user