Skip to content

Commit

Permalink
RC fix
Browse files Browse the repository at this point in the history
  • Loading branch information
igorsereda committed Jan 17, 2024
1 parent c29c32d commit fbe3cfb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/dipdup/indexes/tezos_tzkt_operations/fetcher.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from __future__ import annotations

import logging
from abc import abstractmethod
from typing import TYPE_CHECKING
from typing import Any
from typing import Generic
Expand Down Expand Up @@ -253,6 +254,7 @@ def __init__(
super().__init__(buffer, filter, first_level, last_level, datasource)
self._field = field

@abstractmethod
async def _get_transactions(self) -> tuple[TzktOperationData, ...]:
raise NotImplementedError

Expand Down

0 comments on commit fbe3cfb

Please sign in to comment.