Skip to content

Commit

Permalink
udpate tests to support iterable base properly
Browse files Browse the repository at this point in the history
  • Loading branch information
jxnl committed Feb 7, 2024
1 parent f9389c1 commit 4d52ddb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions instructor/patch.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
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 (
Expand Down

0 comments on commit 4d52ddb

Please sign in to comment.