aboutsummaryrefslogtreecommitdiff
path: root/absl/testing/absltest.py
diff options
context:
space:
mode:
Diffstat (limited to 'absl/testing/absltest.py')
-rw-r--r--absl/testing/absltest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/testing/absltest.py b/absl/testing/absltest.py
index 1303fd4..cebb1ca 100644
--- a/absl/testing/absltest.py
+++ b/absl/testing/absltest.py
@@ -18,6 +18,7 @@ This module contains base classes and high-level functions for Abseil-style
tests.
"""
+from collections import abc
import contextlib
import difflib
import enum
@@ -55,7 +56,6 @@ except ImportError:
from absl import app
from absl import flags
from absl import logging
-from absl._collections_abc import abc
from absl.testing import _pretty_print_reporter
from absl.testing import xml_reporter