Skip to content

Commit

Permalink
Update portfolio.py
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler authored Dec 10, 2024
1 parent 95586ed commit 61f9b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth_portfolio/portfolio.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import asyncio
import logging
from functools import wraps
from typing import Any, Dict, Iterable, Iterator, List, Optional, Tuple, Union
from typing import Any, AsyncIterator, Dict, Iterable, Iterator, List, Optional, Tuple, Union

import a_sync
from a_sync.a_sync import ASyncFunction
Expand Down

0 comments on commit 61f9b4f

Please sign in to comment.