Skip to content

Commit

Permalink
Del annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeny-stakewise committed Feb 9, 2024
1 parent 0467bb3 commit 1562f31
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions src/exits/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@


class ExitSignatureTask(BaseTask):
keystore: BaseKeystore

def __init__(self, keystore: BaseKeystore):
self.keystore = keystore

Expand Down
3 changes: 0 additions & 3 deletions src/validators/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@


class ValidatorsTask(BaseTask):
keystore: BaseKeystore
deposit_data: DepositData

def __init__(
self,
keystore: BaseKeystore,
Expand Down

0 comments on commit 1562f31

Please sign in to comment.