Private
Public Access
codebase: cleaning cruft part 1
This commit is contained in:
@@ -122,7 +122,6 @@ def load_config_from_disk() -> Metadata:
|
||||
disk I/O primitive that the controller owns. Direct callers in
|
||||
src/ are an architectural smell (bypassing the state owner) and
|
||||
will be flagged by scripts/audit_no_models_config_io.py.
|
||||
[C: src/app_controller.py:AppController.load_config, src/app_controller.py:AppController.__init__]
|
||||
"""
|
||||
with open(get_config_path(), "rb") as f:
|
||||
return tomllib.load(f)
|
||||
|
||||
Reference in New Issue
Block a user