From 1caae75d81aad2eb252c0eed851b4fb4646bc739 Mon Sep 17 00:00:00 2001 From: Donkie Date: Tue, 16 Jan 2024 19:43:24 +0100 Subject: [PATCH] Update conftest.py --- tests_integration/tests/conftest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests_integration/tests/conftest.py b/tests_integration/tests/conftest.py index f8d537e..e8e100b 100644 --- a/tests_integration/tests/conftest.py +++ b/tests_integration/tests/conftest.py @@ -3,6 +3,7 @@ import math import os import time +from collections.abc import Iterable from contextlib import contextmanager from enum import StrEnum from typing import Any