aboutsummaryrefslogtreecommitdiff
path: root/absl/flags/tests/module_foo.py
diff options
context:
space:
mode:
Diffstat (limited to 'absl/flags/tests/module_foo.py')
-rw-r--r--absl/flags/tests/module_foo.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/absl/flags/tests/module_foo.py b/absl/flags/tests/module_foo.py
index a1a2573..649047c 100644
--- a/absl/flags/tests/module_foo.py
+++ b/absl/flags/tests/module_foo.py
@@ -19,10 +19,6 @@ other flags as being important. 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
from absl.flags.tests import module_bar