Skip to content

Commit

Permalink
Unify style
Browse files Browse the repository at this point in the history
  • Loading branch information
toddgardner committed Apr 3, 2017
1 parent d1b7cea commit c0323a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pex/resolver.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class Unsatisfiable(Exception):
class StaticIterator(IteratorInterface):
"""An iterator that iterates over a static list of packages."""

def __init__(self, packages, allow_prereleases):
def __init__(self, packages, allow_prereleases=False):
self._packages = packages
self._allow_prereleases = allow_prereleases

Expand Down

0 comments on commit c0323a5

Please sign in to comment.