We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cc3bf3 commit 2be28fdCopy full SHA for 2be28fd
src/sasctl/_services/report_images.py
@@ -85,7 +85,7 @@ def get_images_async(cls, report, section=None, elements=None, size=None, lod=No
85
86
lod = lod or HIGH
87
88
- if lod not in _LOD_VALUES.keys():
+ if lod not in _LOD_VALUES:
89
raise ValueError(
90
"LOD value of '%s' is invalid. Expected one of " "LOW, MEDIUM, HIGH."
91
)
0 commit comments