Skip to content

Commit

Permalink
Removed unnecessary variable
Browse files Browse the repository at this point in the history
  • Loading branch information
inclement committed Sep 22, 2019
1 parent ee77a12 commit 9a5a340
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pythonforandroid/distribution.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,7 @@ def get_distribution(
a new one with the current requirements.
'''

existing_dists = Distribution.get_distributions(ctx)

possible_dists = existing_dists[:]
possible_dists = Distribution.get_distributions(ctx)

# Will hold dists that would be built in the same folder as an existing dist
folder_match_dist = None
Expand Down

0 comments on commit 9a5a340

Please sign in to comment.