From 7ad1120da0b4afe450a751aff9faf81a3d95d34d Mon Sep 17 00:00:00 2001 From: Yilei Yang Date: Thu, 14 Apr 2022 12:52:25 -0700 Subject: [PATCH] Remove unused comments related to Python 2 compatibility. PiperOrigin-RevId: 441831488 --- jax/experimental/mesh_utils.py | 1 - tests/mesh_utils_test.py | 1 - 2 files changed, 2 deletions(-) diff --git a/jax/experimental/mesh_utils.py b/jax/experimental/mesh_utils.py index 83f2ba646..d2fea9611 100644 --- a/jax/experimental/mesh_utils.py +++ b/jax/experimental/mesh_utils.py @@ -1,4 +1,3 @@ -# Lint as: python3 # Copyright 2021 The TensorFlow Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/tests/mesh_utils_test.py b/tests/mesh_utils_test.py index 7efdfa357..e726d91ca 100644 --- a/tests/mesh_utils_test.py +++ b/tests/mesh_utils_test.py @@ -1,4 +1,3 @@ -# Lint as: python3 # Copyright 2021 The TensorFlow Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License");