Skip to content

Commit

Permalink
chore: small arrangements
Browse files Browse the repository at this point in the history
  • Loading branch information
madlabman committed May 9, 2024
1 parent 3cf55c3 commit 8e0fefa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/submodules/oracle_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from src.metrics.prometheus.basic import ORACLE_BLOCK_NUMBER, ORACLE_SLOT_NUMBER
from src.modules.submodules.exceptions import IsNotMemberException, IncompatibleContractVersion
from src.providers.http_provider import NotOkResponse
from src.providers.ipfs.types import IPFSError
from src.providers.ipfs import IPFSError
from src.providers.keys.client import KeysOutdatedException
from src.utils.cache import clear_global_cache
from src.web3py.extensions.lido_validators import CountOfKeysDiffersException
Expand Down
1 change: 1 addition & 0 deletions src/providers/ipfs/cid.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ class CID(UserString):
def __repr__(self):
return f"{self.__class__.__name__}({self.data})"


class CIDv0(CID):
...

Expand Down

0 comments on commit 8e0fefa

Please sign in to comment.