mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-02-04 13:54:31 +01:00
fix: Fix imports
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import unittest
|
||||
import tests.context
|
||||
from autogpt.token_counter import count_message_tokens, count_string_tokens
|
||||
|
||||
from scripts.token_counter import count_message_tokens, count_string_tokens
|
||||
|
||||
class TestTokenCounter(unittest.TestCase):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user