Skip to content

Commit

Permalink
Restore missing wheels to poetry.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Nov 27, 2023
1 parent b461d8b commit fbeff42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion singer_sdk/sinks/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ def __init__(
self._batch_dupe_records_merged: int = 0

self._validator = Draft7Validator(
schema, format_checker=Draft7Validator.FORMAT_CHECKER
schema,
format_checker=Draft7Validator.FORMAT_CHECKER,
)

def _get_context(self, record: dict) -> dict: # noqa: ARG002
Expand Down

0 comments on commit fbeff42

Please sign in to comment.