Skip to content

Commit 56e01c3

Browse files
authored
Reformat import statement for AndroidKey and Metastate
1 parent ff4aa7d commit 56e01c3

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

test/unit/webdriver/nativekey_test.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,10 @@
1313
# limitations under the License.
1414

1515

16-
from appium.webdriver.extensions.android.nativekey import AndroidKey, AndroidKeyMetastate
17-
16+
from appium.webdriver.extensions.android.nativekey import (
17+
AndroidKey,
18+
AndroidKeyMetastate,
19+
)
1820

1921
class TestAndroidKey:
2022
def test_has_some_codes(self):

0 commit comments

Comments
 (0)