From 77439830e1101e4a413619bef72080fdb85c21e4 Mon Sep 17 00:00:00 2001 From: zengdun <928255708@qq.com> Date: Mon, 11 Oct 2021 19:59:03 +0800 Subject: [PATCH] fix docstring bugs --- fedlab/__init__.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/fedlab/__init__.py b/fedlab/__init__.py index aeb3eeba..e96120c3 100644 --- a/fedlab/__init__.py +++ b/fedlab/__init__.py @@ -12,6 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "1.1.2" - -#from .core.communicator import FLOAT16, FLOAT32, FLOAT64, INT8, INT16, INT32, INT64 +__version__ = "1.1.2" \ No newline at end of file