Skip to content

Commit

Permalink
fix typing
Browse files Browse the repository at this point in the history
  • Loading branch information
dgawlowsky committed Mar 5, 2024
1 parent 841b3dd commit 023d8a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion singer_sdk/helpers/_flattening.py
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ def _flatten_record(
nan_strategies = {
"fail": False,
"allow": True,
"convert_null": None,
"convert_null": False,
}

ignore_nan = nan_strategy == "convert_null"
Expand Down

0 comments on commit 023d8a8

Please sign in to comment.