Skip to content

Commit

Permalink
Shave off a few characters to make lines <80 chars.
Browse files Browse the repository at this point in the history
  • Loading branch information
thetorpedodog authored Nov 1, 2021
1 parent 6f73970 commit 5008ac9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/attr/_make.py
Original file line number Diff line number Diff line change
Expand Up @@ -1864,8 +1864,8 @@ def _add_eq(cls, attrs=None):
return cls


# A thread-local global to track attrs instances which are already being repr'd.
# This is needed because there is no other (thread-safe) way to pass information
# Thread-local global to track attrs instances which are already being repr'd.
# This is needed because there is no other (thread-safe) way to pass info
# about the instances that are already being repr'd through the call stack
# in order to ensure we don't perform infinite recursion.
#
Expand Down

0 comments on commit 5008ac9

Please sign in to comment.