Code Formatting (#1828)
This commit is contained in:
@@ -4,8 +4,10 @@ from string import Template
|
||||
|
||||
from embedchain import App
|
||||
from embedchain.config import AppConfig, BaseLlmConfig
|
||||
from embedchain.helpers.json_serializable import (JSONSerializable,
|
||||
register_deserializable)
|
||||
from embedchain.helpers.json_serializable import (
|
||||
JSONSerializable,
|
||||
register_deserializable,
|
||||
)
|
||||
|
||||
|
||||
class TestJsonSerializable(unittest.TestCase):
|
||||
|
||||
Reference in New Issue
Block a user