Skip to content

Commit

Permalink
**CI** Formatted code + Updated version number and documentation. [sk…
Browse files Browse the repository at this point in the history
…ip ci]
  • Loading branch information
github-actions[bot] committed Jun 12, 2024
1 parent cce455c commit aecdb49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions dol/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,8 +321,7 @@ def __reduce__(self):
for attr in attrs:
wrapped_attr = getattr(wrapped, attr)
delegated_attribute = update_wrapper(
wrapper=DelegatedAttribute(delegation_attr, attr),
wrapped=wrapped_attr,
wrapper=DelegatedAttribute(delegation_attr, attr), wrapped=wrapped_attr,
)
setattr(Wrap, attr, delegated_attribute)

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = dol
version = 0.2.47
version = 0.2.48
url = https://github.com/i2mint/dol
platforms = any
description_file = README.md
Expand Down

0 comments on commit aecdb49

Please sign in to comment.