Remove Python enables identical to global defaults.

Bug: 245854393
Ignore-AOSP-First: nearby_not_in_aosp_yet
Test: treehugger
Change-Id: I7ba60db8c9059abad377c2c33dcc927f8786e2c3
(cherry picked from commit 0cba17b4a6a7529795ce41e89db1c5407cc72eb7)
Merged-In: I7ba60db8c9059abad377c2c33dcc927f8786e2c3
diff --git a/nearby/tests/multidevices/host/Android.bp b/nearby/tests/multidevices/host/Android.bp
index 8583a8e..b6c1c9d 100644
--- a/nearby/tests/multidevices/host/Android.bp
+++ b/nearby/tests/multidevices/host/Android.bp
@@ -42,11 +42,7 @@
         "test_data/**/*",
     ],
     version: {
-        py2: {
-            enabled: false,
-        },
         py3: {
-            enabled: true,
             embedded_launcher: true,
         },
     },