diff --git a/fasteners/lock.py b/fasteners/lock.py index 7393fe4..a72a6fa 100644 --- a/fasteners/lock.py +++ b/fasteners/lock.py @@ -28,8 +28,6 @@ import threading import six -from fasteners import _utils - try: # Used for the reader-writer lock get the right # thread 'hack' (needed below).