mirror of
https://github.com/kennethreitz/instructor.git
synced 2026-06-05 22:50:18 +00:00
udpate tests to support iterable base properly
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user