Skip to content

Commit 1037bd7

Browse files
committed
pylint: disable=too-many-arguments,
1 parent a837ec7 commit 1037bd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/codex32/codex32.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,8 +412,8 @@ def from_seed(cls, data, ident, hrp='ms', k=0, share_idx='s', pad_val=-1):
412412

413413
class Parts:
414414
"""Class representing parts of a Codex32 string."""
415+
# pylint: disable=too-many-arguments,too-many-positional-arguments
415416
def __init__(self, hrp, k, ident, share_index, payload, checksum):
416-
# pylint: disable=too-many-arguments
417417
self.hrp = hrp
418418
self.k = k
419419
self.ident = ident

0 commit comments

Comments
 (0)