aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYilei Yang <yileiyang@google.com>2024-02-26 10:15:03 -0800
committerCopybara-Service <copybara-worker@google.com>2024-02-26 10:15:34 -0800
commitfae7e951d46011fdaf62685893ef4efd48544c0a (patch)
tree6033ab144b69b3bebb52b1f2f07f342b8dfda6fc
parentd37ddefc61f112eebdc36d2f0911b12098a01d38 (diff)
downloadabsl-py-upstream-main.tar.gz
Remove these unused imports.upstream-main
PiperOrigin-RevId: 610446828
-rw-r--r--absl/flags/__init__.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/absl/flags/__init__.py b/absl/flags/__init__.py
index 21e05c4..0640190 100644
--- a/absl/flags/__init__.py
+++ b/absl/flags/__init__.py
@@ -25,12 +25,7 @@ The specific function used determines how the flag is parsed, checked,
and optionally type-converted, when it's seen on the command line.
"""
-import getopt
-import os
-import re
import sys
-import types
-import warnings
from absl.flags import _argument_parser
from absl.flags import _defines