Skip to content

Commit

Permalink
Merge pull request python-trio#301 from njsmith/yapf-fix
Browse files Browse the repository at this point in the history
Run yapf
  • Loading branch information
njsmith authored Aug 21, 2017
2 parents 8adfa4d + 7136497 commit e90f850
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions trio/_core/_parking_lot.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ def _abort_func_for(self, task):
def abort(_):
del self._parked[task]
return _core.Abort.SUCCEEDED

return abort

# XX this currently returns None
Expand Down

0 comments on commit e90f850

Please sign in to comment.