diff options
Diffstat (limited to 'django/utils/synch.py')
| -rw-r--r-- | django/utils/synch.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/utils/synch.py b/django/utils/synch.py index c8ef2f07bd..d944bfd242 100644 --- a/django/utils/synch.py +++ b/django/utils/synch.py @@ -10,7 +10,7 @@ import contextlib import threading -class RWLock(object): +class RWLock: """ Classic implementation of reader-writer lock with preference to writers. |
