Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 26, 2024
1 parent 049f458 commit ed260fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vine/synchronization.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def all_done():
Note that you cannot add new promises to a barrier after
the barrier is fulfilled.
"""
__slots__ = ( # noqa
__slots__ = (
'p', 'args', 'kwargs', '_value', 'size',
'ready', 'reason', 'cancelled', 'finalized',
'__weakref__',
Expand Down

0 comments on commit ed260fc

Please sign in to comment.