Skip to content

Commit 5f153e3

Browse files
committed
style: move import binascii
1 parent 62cc0bf commit 5f153e3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

appium/webdriver/extensions/images_comparison.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python
2-
import binascii
2+
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
55
# You may obtain a copy of the License at
@@ -16,6 +16,8 @@
1616

1717
import base64
1818

19+
import binascii
20+
1921
from appium.protocols.webdriver.can_execute_commands import CanExecuteCommands
2022

2123
from ..mobilecommand import MobileCommand as Command

0 commit comments

Comments
 (0)