Skip to content

Commit

Permalink
Run yapf
Browse files Browse the repository at this point in the history
Fixes a formatting problem that snuck in with python-triogh-287, whose CI ran
before we added the formatting checks, but then was merged after.
  • Loading branch information
njsmith committed Aug 21, 2017
1 parent 8adfa4d commit 7136497
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 7136497

Please sign in to comment.