Skip to content

Commit 4208022

Browse files
oprypincopybara-github
authored andcommitted
Replace obsolete import contextlib2 with the equivalent stdlib module contextlib
PiperOrigin-RevId: 767547530
1 parent 9d2860c commit 4208022

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

openhtf/util/console_output.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
logger for the current test.
2424
"""
2525

26+
import contextlib
2627
import logging
2728
import math
2829
import os
@@ -32,8 +33,6 @@
3233
import textwrap
3334

3435
import colorama
35-
import contextlib2 as contextlib
36-
3736
from openhtf.util import argv
3837

3938
# Colorama module has to be initialized before use.

0 commit comments

Comments
 (0)