From 5639ee22fc50689a278e47833d27d6ed8afd9959 Mon Sep 17 00:00:00 2001 From: Kevin Zakka Date: Tue, 29 Mar 2022 10:11:41 -0700 Subject: [PATCH] Remove extraneous line. --- python/mujoco/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/mujoco/__init__.py b/python/mujoco/__init__.py index 1f5aaf6d..0a9ba591 100644 --- a/python/mujoco/__init__.py +++ b/python/mujoco/__init__.py @@ -80,5 +80,4 @@ if _MUJOCO_GL not in _MUJOCO_GL_DISABLE: else: from mujoco.glfw import GLContext - __version__ = mj_versionString()