Skip to content

Commit 9a5a340

Browse files
committed
Removed unnecessary variable
1 parent ee77a12 commit 9a5a340

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pythonforandroid/distribution.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,7 @@ def get_distribution(
9191
a new one with the current requirements.
9292
'''
9393

94-
existing_dists = Distribution.get_distributions(ctx)
95-
96-
possible_dists = existing_dists[:]
94+
possible_dists = Distribution.get_distributions(ctx)
9795

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

0 commit comments

Comments
 (0)