aboutsummaryrefslogtreecommitdiff
path: root/absl/flags/tests/module_bar.py
diff options
context:
space:
mode:
Diffstat (limited to 'absl/flags/tests/module_bar.py')
-rw-r--r--absl/flags/tests/module_bar.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/absl/flags/tests/module_bar.py b/absl/flags/tests/module_bar.py
index 8714d2e..51dffa3 100644
--- a/absl/flags/tests/module_bar.py
+++ b/absl/flags/tests/module_bar.py
@@ -18,10 +18,6 @@ The purpose of this module is to define a few flags. We want to make
sure the unit tests for flags.py involve more than one module.
"""
-from __future__ import absolute_import
-from __future__ import division
-from __future__ import print_function
-
from absl import flags
from absl.flags import _helpers