generated from entelecheia/hyperfast-python-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(BaseConfig): add subconfig initialization
This commit refactors the `BaseConfig` class by adding a new method `initialize_subconfigs` that initializes subconfigs with the given config data. The method updates the object's dictionary with the provided config data, after excluding any attributes specified in the object's `exclude` list. This ensures that subconfigs are properly initialized and can be accessed within the `BaseConfig` class.
- Loading branch information
1 parent
15b583f
commit 6e84c4e
Showing
1 changed file
with
22 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters