Rename BaseAppConfig to be snake_case (#689)
This commit is contained in:
committed by
GitHub
parent
e41573ca74
commit
84e5932ea5
@@ -2,7 +2,7 @@ from typing import Optional
|
||||
|
||||
from embedchain.helper.json_serializable import register_deserializable
|
||||
|
||||
from .BaseAppConfig import BaseAppConfig
|
||||
from .base_app_config import BaseAppConfig
|
||||
|
||||
|
||||
@register_deserializable
|
||||
|
||||
Reference in New Issue
Block a user