diff --git a/src/aura_engine/base/lang.py b/src/aura_engine/base/lang.py index 87f91d995d694e4fa79517bf54ceabf8a5d65104..5cd5f8cc414eb66064010b0c46c138e4d54a9fa2 100644 --- a/src/aura_engine/base/lang.py +++ b/src/aura_engine/base/lang.py @@ -78,11 +78,7 @@ def private(member): class DotDict(dict): """ - Wrap a Dictionary with `DotDict` to allow property access using the dot.notation. - - Args: - dict (_type_): The dictionary - + Wrap a dictionary with `DotDict()` to allow property access using the dot.notation. """ __getattr__ = dict.get