Skip to content

Commit

Permalink
update comments: keep an eye on the OpenAPI spec update
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiaozhou Li committed Aug 25, 2020
1 parent cba4573 commit 1a106a5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions jsonmodels/builders.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,8 @@ def _apply_validators_modifications(field_schema, field): # noqa: ignore=C901
except AttributeError:
pass
except TypeError:
# ignore the cases in which the items are not strings,
# until we know how to deal with Enums that are not strings
# (CS-1097)
# CS-1097 ignore the cases in which the items are not strings,
# until OpenAPI spec supports generating non-string Enum items
pass


Expand Down

0 comments on commit 1a106a5

Please sign in to comment.