Remove Python enables identical to global defaults. am: 0d2f7eaee7 am: 5ea2095d0f am: 10706cc50c am: e4bb05f075 am: 633046b46b

Original change: https://android-review.googlesource.com/c/platform/external/python/timeout-decorator/+/2222462

Change-Id: I031ec756388ad865920e9371d111b9cf68cf3670
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/timeout_decorator/Android.bp b/timeout_decorator/Android.bp
index b70e430..05d30e2 100644
--- a/timeout_decorator/Android.bp
+++ b/timeout_decorator/Android.bp
@@ -21,13 +21,5 @@
     srcs: [
         "timeout_decorator.py",
     ],
-    version: {
-        py2: {
-            enabled: false,
-        },
-        py3: {
-            enabled: true,
-        },
-    },
     pkg_path: "timeout_decorator",
 }