From d9926ecc5939f2ce8f120ec3c52ebfad77c8cb0f Mon Sep 17 00:00:00 2001 From: BobTheBuidler <70677534+BobTheBuidler@users.noreply.github.com> Date: Tue, 28 May 2024 17:00:40 -0400 Subject: [PATCH] fix: missing import --- brownie/test/strategies.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/brownie/test/strategies.py b/brownie/test/strategies.py index 87d1408ff..4888036b6 100644 --- a/brownie/test/strategies.py +++ b/brownie/test/strategies.py @@ -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