Skip to content

Commit

Permalink
Typo fix (#3747)
Browse files Browse the repository at this point in the history
  • Loading branch information
bricker authored Jan 5, 2025
1 parent 6bc7332 commit bf386fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion strawberry/schema/types/scalar.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def _get_scalar_definition(scalar: type) -> ScalarDefinition:
datetime.datetime: _get_scalar_definition(base_scalars.DateTime),
datetime.time: _get_scalar_definition(base_scalars.Time),
decimal.Decimal: _get_scalar_definition(base_scalars.Decimal),
# We can't wrap GLobalID with @scalar because it has custom attributes/methods
# We can't wrap GlobalID with @scalar because it has custom attributes/methods
GlobalID: _get_scalar_definition(
scalar(
GlobalID,
Expand Down

0 comments on commit bf386fa

Please sign in to comment.