Skip to content

Commit 8bbcde7

Browse files
committed
chore: fix linting issues
1 parent 69f917d commit 8bbcde7

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

pactus/crypto/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,3 @@
22
from .hrp import HRP
33

44
__all__ = ["HRP", "Address", "AddressType"]
5-
6-
7-

pactus/transaction/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
from .transaction import Transaction
22

33
__all__ = ["Transaction"]
4-
5-
6-

0 commit comments

Comments
 (0)