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