Skip to content

Commit

Permalink
fix test import
Browse files Browse the repository at this point in the history
  • Loading branch information
BenderV committed Aug 28, 2024
1 parent f9695ad commit e2e8d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autochat/test_utils.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import unittest

from utils import inspect_schema, limit_data_size, parse_function
from autochat.utils import inspect_schema, limit_data_size, parse_function


class TestLimitDataSizeUpdated(unittest.TestCase):
Expand Down

0 comments on commit e2e8d20

Please sign in to comment.