From 040370cbf827ad2d0f4739002f94f42e824437aa Mon Sep 17 00:00:00 2001 From: Lin Yuan Date: Sun, 15 Mar 2020 21:08:20 +0000 Subject: [PATCH] Add docstring --- python/mxnet/kvstore/horovod.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/mxnet/kvstore/horovod.py b/python/mxnet/kvstore/horovod.py index 776655a2898f..20a0cd89edaa 100644 --- a/python/mxnet/kvstore/horovod.py +++ b/python/mxnet/kvstore/horovod.py @@ -16,6 +16,7 @@ # under the License. # coding: utf-8 +""" Key value store interface of MXNet for Horovod """ from __future__ import absolute_import from .base import KVStoreBase