Skip to content

Conversation

@tconley1428
Copy link
Contributor

What was changed

Why?

Checklist

  1. Closes

  2. How was this tested:

  1. Any docs updates needed?

Base automatically changed from pyupgrade to main December 8, 2025 22:33
@tconley1428 tconley1428 changed the title Basedpyright Adds basedpyright support to poe format Dec 9, 2025
@tconley1428 tconley1428 marked this pull request as ready for review December 9, 2025 17:43
@tconley1428 tconley1428 requested a review from a team as a code owner December 9, 2025 17:43
) -> None:
self._default_runtime: Runtime | None = None
self._prevent_default = False
self._default_created = False
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I actually think this is just a mistake in the other line setting this value. I must have just missed it when I originally added this. So line 40 should be deleted along with this one. Can just leave this and open an issue though if that's easier.

@overload
def start_local_activity_class(
activity: type[CallableAsyncNoParam[ReturnType]],
activity: Type[CallableAsyncNoParam[ReturnType]], # type: ignore[reportDeprecated]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I changed some of these to type as part of #1137. Any reason we shouldn't change them all to type rather than Type with these ignores?

await workflow_handle.result()


def test_summary_extraction():
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was this just tested elsewhere? Or not valuable?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants