From 60b20c9e01e1920d758f169df035a3c52ba87664 Mon Sep 17 00:00:00 2001 From: Patrick Cloke Date: Thu, 6 Oct 2022 15:51:59 -0400 Subject: [PATCH] Lint --- tests/push/test_push_rule_evaluator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/push/test_push_rule_evaluator.py b/tests/push/test_push_rule_evaluator.py index c6f2128b1567..decf61946685 100644 --- a/tests/push/test_push_rule_evaluator.py +++ b/tests/push/test_push_rule_evaluator.py @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -from typing import Dict, Optional, Set, Tuple, Union +from typing import Dict, Optional, Union import frozendict