Run yapf linter through all Fuchsia .py files

Bug: None
Test: yapf presubmit checks
Change-Id: Id130ab22b2f3b5d132a3b835db72861d869f9219
diff --git a/acts_tests/tests/google/fuchsia/wlan/misc/WlanMiscScenarioTest.py b/acts_tests/tests/google/fuchsia/wlan/misc/WlanMiscScenarioTest.py
index 24b62dd..842fa48 100644
--- a/acts_tests/tests/google/fuchsia/wlan/misc/WlanMiscScenarioTest.py
+++ b/acts_tests/tests/google/fuchsia/wlan/misc/WlanMiscScenarioTest.py
@@ -29,6 +29,7 @@
     fit into a specific test category, but should still be run in CI to catch
     regressions.
     """
+
     def setup_class(self):
         super().setup_class()
         dut = self.user_params.get('dut', None)