Skip to content

Commit

Permalink
mypy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
darynaishchenko committed Feb 7, 2025
1 parent 1aae4b7 commit b5c98c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -936,7 +936,7 @@ def create_concurrency_level(

@staticmethod
def apply_stream_state_migrations(
stream_state_migrations: List[Any], stream_state: MutableMapping[str, Any]
stream_state_migrations: List[Any] | None, stream_state: MutableMapping[str, Any]
) -> MutableMapping[str, Any]:
if stream_state_migrations:
for state_migration in stream_state_migrations:
Expand Down

0 comments on commit b5c98c4

Please sign in to comment.