Skip to content

Commit

Permalink
ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sreehari-aot committed Nov 29, 2022
1 parent c8bb1c9 commit 911feaa
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@


class NullableString(fields.String):
"""Extending String field to be nullable."""

__schema_type__ = ["string", "null"]
__schema_example__ = "nullable string"

Expand Down

0 comments on commit 911feaa

Please sign in to comment.