Skip to content

Commit

Permalink
Fix typo on packaging.version import
Browse files Browse the repository at this point in the history
  • Loading branch information
misl6 committed May 27, 2024
1 parent 99f05f1 commit 1ba6d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildozer/targets/android.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
from time import sleep
import traceback

import packaging
import packaging.version
import pexpect

import buildozer.buildops as buildops
Expand Down

0 comments on commit 1ba6d3e

Please sign in to comment.