Skip to content

Commit 1a42805

Browse files
committed
refactor: remove unused PackageNotFoundError import from version.py
1 parent b6a2fad commit 1a42805

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

appium/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
from importlib.metadata import PackageNotFoundError, version as _metadata_version
15+
from importlib.metadata import version as _metadata_version
1616

1717

1818
version = _metadata_version('Appium-Python-Client')

0 commit comments

Comments
 (0)