Skip to content

Commit afe1ca6

Browse files
committed
ignore typing for dynamically assigned class attribute
1 parent 94126aa commit afe1ca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/get_samples.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@
5656

5757
print()
5858
# Print the artifact of the sample.
59-
artifact = sample.artifact
59+
artifact = sample.artifact # type: ignore
6060
print(artifact, artifact.state, artifact.type, artifact.qc_flag)

0 commit comments

Comments
 (0)