udpate tests to support iterable base properly

This commit is contained in:
Jason Liu
2024-02-07 09:39:53 -05:00
parent f9389c18d3
commit 4d52ddb046
+1
View File
@@ -3,6 +3,7 @@ import json
import logging
from collections.abc import Iterable
from functools import wraps
import pandas as pd
from tenacity import Retrying, AsyncRetrying, stop_after_attempt, RetryError
from json import JSONDecodeError
from typing import (