Skip to content

Commit d4c5e12

Browse files
alimuldalcopybara-github
authored andcommitted
Remove erroneous python3 linter directives
We still support python2, so we must use valid python2 syntax everywhere. PiperOrigin-RevId: 308809444 Change-Id: I6042fd19ee9f18a5bdc3e871dcc12d8bce154920
1 parent 2c27bb6 commit d4c5e12

4 files changed

Lines changed: 2 additions & 6 deletions

File tree

dm_control/locomotion/soccer/camera.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# Lint as: python3
2-
#
31
# Copyright 2019 The dm_control Authors.
42
#
53
# Licensed under the Apache License, Version 2.0 (the "License");

dm_control/locomotion/soccer/task.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# Lint as: python3
2-
#
31
# Copyright 2019 The dm_control Authors.
42
#
53
# Licensed under the Apache License, Version 2.0 (the "License");

dm_control/viewer/gui/fullscreen_quad.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414
# ============================================================================
15-
# Lint as: python3
15+
1616
"""OpenGL utility for rendering numpy arrays as images on a quad surface."""
1717

1818
from __future__ import absolute_import

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ def find_data_files(package_dir, patterns):
166166

167167
setup(
168168
name='dm_control',
169-
version='0.0.308253685',
169+
version='0.0.308809444',
170170
description='Continuous control environments and MuJoCo Python bindings.',
171171
author='DeepMind',
172172
license='Apache License, Version 2.0',

0 commit comments

Comments
 (0)