aboutsummaryrefslogtreecommitdiff
path: root/absl/logging/tests
diff options
context:
space:
mode:
authorAbseil Team <absl-team@google.com>2019-03-27 16:08:51 -0700
committerCopybara-Service <copybara-worker@google.com>2019-03-27 16:09:14 -0700
commitdcdec971f1541a0453eba8885c273cef217f2ecb (patch)
tree6f75c24a0b23bb820d8b86e67b8de6149862a3da /absl/logging/tests
parent993c9eb417669b36235d0f651d76fdebb3348226 (diff)
downloadabsl-py-dcdec971f1541a0453eba8885c273cef217f2ecb.tar.gz
Internal change
PiperOrigin-RevId: 240662701
Diffstat (limited to 'absl/logging/tests')
-rw-r--r--absl/logging/tests/logging_test.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/absl/logging/tests/logging_test.py b/absl/logging/tests/logging_test.py
index efc5e12..a1d50eb 100644
--- a/absl/logging/tests/logging_test.py
+++ b/absl/logging/tests/logging_test.py
@@ -42,7 +42,6 @@ import mock
import six
from six.moves import range # pylint: disable=redefined-builtin
-
FLAGS = flags.FLAGS
_StreamIO = io.StringIO if six.PY3 else io.BytesIO # pylint: disable=invalid-name
@@ -305,7 +304,6 @@ class PrefixFormatterTest(absltest.TestCase):
self.assertEqual(12345, logging._get_thread_id())
-
class ABSLHandlerTest(absltest.TestCase):
def setUp(self):