Skip to content

Commit

Permalink
fix: missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler authored May 28, 2024
1 parent 38d74a5 commit d9926ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brownie/test/strategies.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/python3

from typing import Any, Callable, Iterable, Optional, Tuple, Union, overload
from typing import Any, Callable, Iterable, Literal, Optional, Tuple, Union, overload

from eth_abi.grammar import BasicType, TupleType, parse
from hypothesis import strategies as st
Expand Down

0 comments on commit d9926ec

Please sign in to comment.