Skip to content

Commit c469764

Browse files
committed
removed unused import
1 parent 0699c66 commit c469764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pycardano/backend/blockfrost.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from typing import Dict, List, Union
66

77
import cbor2
8-
from blockfrost import ApiUrls, BlockFrostApi
8+
from blockfrost import BlockFrostApi
99

1010
from pycardano.address import Address
1111
from pycardano.backend.base import ChainContext, GenesisParameters, ProtocolParameters

0 commit comments

Comments
 (0)