Skip to content

Commit

Permalink
fix: broken import (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler authored Nov 17, 2024
1 parent dd1875a commit d56baa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dank_mids/brownie_patch/contract.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import functools
from typing import Dict, List, Literal, NewType, Optional, Union, overload
from typing import Dict, List, Literal, NewType, Optional, Tuple, Union, overload

import brownie
from brownie.network.contract import (
Expand Down

0 comments on commit d56baa8

Please sign in to comment.