Skip to content

Commit

Permalink
fix: unexpected indent
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler committed Apr 1, 2024
1 parent 7194631 commit bbbe9bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dank_mids/brownie_patch/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ class DankOverloadedMethod(OverloadedMethod, _DankMethodMixin):
"""This class serves only to enable proper type checking, you will not encounter a `DankOverloadedMethod` instance. Instead, you will have a money-patched `OverloadedMethod`."""

DankContractMethod = Union[DankContractCall, DankContractTx, DankOverloadedMethod]
"""These classes serve only to enable proper type checking, you will not encounter a `DankContractCall`, `DankContractTx`, or `DankOverloadedMethod` instance. Instead, you will have a money-patched `ContractCall`, `ContractTx`, or `OverloadedMethod`."""
"""These classes serve only to enable proper type checking, you will not encounter a `DankContractCall`, `DankContractTx`, or `DankOverloadedMethod` instance. Instead, you will have a money-patched `ContractCall`, `ContractTx`, or `OverloadedMethod`."""

0 comments on commit bbbe9bc

Please sign in to comment.