fix code format for new black rule

This commit is contained in:
Hans-Christoph Steiner 2023-03-20 14:47:48 +01:00
parent e903952029
commit b92e280eab
20 changed files with 0 additions and 24 deletions

View file

@ -442,7 +442,6 @@ class BuildTest(unittest.TestCase):
self.assertEqual(0, count, "Shouldn't error on jar from extlib")
def test_failed_verifies_are_not_in_unsigned(self):
os.chdir(self.testdir)
sdk_path = os.path.join(self.testdir, 'android-sdk')
self.create_fake_android_home(sdk_path)