mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
fix Python style guide conformance
This commit is contained in:
parent
ae22bbed81
commit
abc1566eab
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ class VersionPredicate:
|
|||
raise ValueError("empty parenthesized list in %r"
|
||||
% versionPredicateStr)
|
||||
else:
|
||||
self.pred=[]
|
||||
self.pred = []
|
||||
|
||||
def __str__(self):
|
||||
if self.pred:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue