Skip to content

Commit

Permalink
Update transaction.py
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler authored Dec 10, 2024
1 parent cf135cd commit 3f4efab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eth_portfolio/_loaders/transaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
The primary focus of this module is to support eth-portfolio's internal operations such as loading transactions by address and nonce, retrieving transaction details from specific blocks, and managing transaction-related data.
"""

import asyncio
import logging
from collections import defaultdict
from typing import DefaultDict, Dict, List, Optional, Tuple
Expand Down

0 comments on commit 3f4efab

Please sign in to comment.