Skip to content

Commit

Permalink
Reflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinche committed Feb 12, 2025
1 parent 9d33ef8 commit 6e3826f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/attr/_make.py
Original file line number Diff line number Diff line change
Expand Up @@ -522,12 +522,7 @@ def _make_cached_property_getattr(cached_properties, original_getattr, cls):
}

return _make_method(
"\n".join(lines),
unique_filename,
glob,
locals={
"_cls": cls,
},
"\n".join(lines), unique_filename, glob, locals={"_cls": cls}
)["__getattr__"]


Expand Down

0 comments on commit 6e3826f

Please sign in to comment.