We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6a2fad commit 1a42805Copy full SHA for 1a42805
1 file changed
appium/version.py
@@ -12,7 +12,7 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-from importlib.metadata import PackageNotFoundError, version as _metadata_version
+from importlib.metadata import version as _metadata_version
16
17
18
version = _metadata_version('Appium-Python-Client')
0 commit comments