Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-haibin-lin committed Jun 22, 2017
1 parent 6e97bcd commit 9e2562f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/mxnet/kvstore.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
def _ctype_key_value(keys, vals):
names = []
if isinstance(keys, int):
keys = str(keys)
keys = str(keys)
if isinstance(keys, str):
if isinstance(vals, NDArray):
names.append(c_str(keys))
Expand Down

0 comments on commit 9e2562f

Please sign in to comment.