From 805bf027fce5e4a89292e34dd646c006dea048e4 Mon Sep 17 00:00:00 2001 From: Andrey Date: Tue, 18 Jun 2024 17:51:08 +0300 Subject: [PATCH] Add fixes. --- crawlers/mooncrawl/mooncrawl/crawler.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crawlers/mooncrawl/mooncrawl/crawler.py b/crawlers/mooncrawl/mooncrawl/crawler.py index 6d032512..08d18962 100644 --- a/crawlers/mooncrawl/mooncrawl/crawler.py +++ b/crawlers/mooncrawl/mooncrawl/crawler.py @@ -14,7 +14,8 @@ from typing import Iterator, List from uuid import UUID import dateutil.parser # type: ignore -from moonstreamdb.blockchain import AvailableBlockchainType + +from moonstreamtypes.blockchain import AvailableBlockchainType from .blockchain import ( DateRange,