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 3871759 commit 6e14fe7Copy full SHA for 6e14fe7
tests/test_checksums.py
@@ -35,7 +35,7 @@ def test_ean14_checksum() -> None:
35
36
def test_isbn10_checksum() -> None:
37
isbn = get_barcode("isbn10", "376926085")
38
- assert isbn.isbn10 == "3769260856"
+ assert isbn.isbn10 == "3769260856" # type: ignore[attr-defined]
39
40
41
def test_isbn13_checksum() -> None:
0 commit comments