Skip to content

Commit

Permalink
Fix dataclass issues
Browse files Browse the repository at this point in the history
  • Loading branch information
miohtama committed Jun 19, 2023
1 parent 77ea507 commit d983698
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eth_defi/enzyme/events.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
logger = logging.getLogger(__name__)


@dataclass
class EnzymeBalanceEvent:
"""Enzyme deposit/redeem event wrapper.
Expand Down

0 comments on commit d983698

Please sign in to comment.