From 2a918e6d4b364cc01fe784b3753aec7edba5f411 Mon Sep 17 00:00:00 2001 From: BobTheBuidler <70677534+BobTheBuidler@users.noreply.github.com> Date: Sun, 22 Dec 2024 15:43:47 -0400 Subject: [PATCH] fix: missin --- eth_portfolio/_db/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eth_portfolio/_db/utils.py b/eth_portfolio/_db/utils.py index 2f475ece..cdcf9692 100644 --- a/eth_portfolio/_db/utils.py +++ b/eth_portfolio/_db/utils.py @@ -1,4 +1,4 @@ -from asyncio import create_task, gather, get_event_loop +from asyncio import create_task, gather, get_event_loop, sleep from contextlib import suppress from functools import lru_cache from typing import Any, Dict, Optional, Tuple, Union