We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62cc0bf commit 5f153e3Copy full SHA for 5f153e3
appium/webdriver/extensions/images_comparison.py
@@ -1,5 +1,5 @@
1
#!/usr/bin/env python
2
-import binascii
+
3
# Licensed under the Apache License, Version 2.0 (the "License");
4
# you may not use this file except in compliance with the License.
5
# You may obtain a copy of the License at
@@ -16,6 +16,8 @@
16
17
import base64
18
19
+import binascii
20
21
from appium.protocols.webdriver.can_execute_commands import CanExecuteCommands
22
23
from ..mobilecommand import MobileCommand as Command
0 commit comments