Skip to content

Commit 36a1192

Browse files
pre-commit-ci[bot]WhyNotHugo
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 0bd796a commit 36a1192

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

barcode/isxn.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ def __init__(self, isbn, writer=None):
7272
super().__init__("978" + isbn, writer)
7373
self.isbn10 = isbn
7474
self.isbn10 = f"{isbn}{self._calculate_checksum()}"
75-
7675

7776
def _calculate_checksum(self):
7877
tmp = sum(x * int(y) for x, y in enumerate(self.isbn10[:9], start=1)) % 11

0 commit comments

Comments
 (0)