We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c04b05b commit bd0a9a1Copy full SHA for bd0a9a1
rosette/api.py
@@ -360,7 +360,7 @@ def __init__(self):
360
361
def validate(self):
362
"""Internal. Do not use."""
363
- for option in "fields", "properties", "records": # required
+ for option in "records": # required
364
if self[option] is None:
365
raise RosetteException(
366
"missingParameter",
0 commit comments