Skip to content

Commit

Permalink
Revert "Fix TezosHeadIndex"
Browse files Browse the repository at this point in the history
This reverts commit f167f4d.
  • Loading branch information
igorsereda committed Nov 15, 2024
1 parent e94d3d7 commit 6155381
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/dipdup/config/tezos_head.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,6 @@ class TezosHeadIndexConfig(TezosIndexConfig):
datasources: tuple[Alias[TezosTzktDatasourceConfig], ...]
callback: str

@property
def handler_config(self) -> TezosTzktHeadHandlerConfig:
self.parent = self
return self

@property
def first_level(self) -> int:
return 0
Expand Down

0 comments on commit 6155381

Please sign in to comment.