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 d3bd6c7 commit a32f242Copy full SHA for a32f242
tests/test_bip93.py
@@ -1,6 +1,6 @@
1
# test_codex32.py
2
"""Tests for BIP-93 Codex32 implementation."""
3
-import pytest
+import pytest # pylint: disable=import-error
4
5
from data.bip93_vectors import (
6
VECTOR_1,
0 commit comments