Skip to content

Commit

Permalink
chore: Add a type parameter to singer_sdk.helpers.types.Context (#2575
Browse files Browse the repository at this point in the history
)
  • Loading branch information
edgarrmondragon committed Jul 29, 2024
1 parent 732e756 commit 1dce229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion singer_sdk/helpers/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
"Record",
]

Context: TypeAlias = Mapping
Context: TypeAlias = Mapping[str, t.Any]
Record: TypeAlias = t.Dict[str, t.Any]

0 comments on commit 1dce229

Please sign in to comment.