Skip to content

Commit d464502

Browse files
committed
fix naming
1 parent a5c5cde commit d464502

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appium/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
from importlib.metadata import version
15+
from importlib import metadata
1616

1717

1818
def _get_version():
19-
return version('Appium-Python-Client')
19+
return metadata.version('Appium-Python-Client')
2020

2121

2222
version = _get_version()

0 commit comments

Comments
 (0)