Skip to content

Commit

Permalink
fix stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
usefulalgorithm committed Sep 30, 2024
1 parent 20ca451 commit 748410e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metaphor/common/infer_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def _is_field_nullable(doc: Dict[str, Any], field_path: Tuple[str, ...]) -> bool


def _get_field_native_type(
field_types: Counter[Union[type, str]],
field_types: CounterType[Union[type, str]],
field_path: str,
type_mapping: SchemaTypeNameMapping,
) -> str:
Expand Down

0 comments on commit 748410e

Please sign in to comment.