We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94126aa commit afe1ca6Copy full SHA for afe1ca6
examples/get_samples.py
@@ -56,5 +56,5 @@
56
57
print()
58
# Print the artifact of the sample.
59
-artifact = sample.artifact
+artifact = sample.artifact # type: ignore
60
print(artifact, artifact.state, artifact.type, artifact.qc_flag)
0 commit comments