Skip to content

Commit

Permalink
chore: black .
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 30, 2024
1 parent 8abbc1c commit f1699b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion a_sync/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,4 @@
# executor aliases
"ThreadPoolExecutor",
"ProcessPoolExecutor",
]
]
2 changes: 1 addition & 1 deletion a_sync/a_sync/modifiers/semaphores.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,4 +169,4 @@ async def semaphore_wrap(*args, **kwargs) -> T:


dummy_semaphore = primitives.DummySemaphore()
"""A dummy semaphore that does not enforce any concurrency limits."""
"""A dummy semaphore that does not enforce any concurrency limits."""

0 comments on commit f1699b7

Please sign in to comment.