Merge "Stop to use the __future__ module."

This commit is contained in:
Zuul 2021-12-14 11:41:11 +00:00 committed by Gerrit Code Review
commit cdd9a7a4dc
1 changed files with 0 additions and 3 deletions

View File

@ -12,9 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
from __future__ import absolute_import
from __future__ import print_function
import contextlib
import unittest