Skip to content

Commit b9df8b4

Browse files
committed
trigger
1 parent b7488b0 commit b9df8b4

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/ci-testing-deploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,6 @@ jobs:
262262
- 'packages/**'
263263
- 'services/**'
264264
- 'tests/**'
265-
- '**/*'
266265
anything-py:
267266
- '**/*.py'
268267
anything-js:

packages/common-library/src/common_library/async_tools.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ async def maybe_await(
4747
Args:
4848
obj: Either an awaitable coroutine or direct result value
4949
50+
5051
Returns:
5152
The result value, after awaiting if necessary
5253

0 commit comments

Comments
 (0)