Skip to content

Commit 1cbcfd8

Browse files
committed
[sdk-1710] lint fix
1 parent ec04a4e commit 1cbcfd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ldclient/impl/rwlock.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def unlock(self):
4343
@contextmanager
4444
def read(self):
4545
"""Context manager for acquiring a read lock.
46-
46+
4747
Usage:
4848
with lock.read():
4949
# read lock held here
@@ -58,7 +58,7 @@ def read(self):
5858
@contextmanager
5959
def write(self):
6060
"""Context manager for acquiring a write lock.
61-
61+
6262
Usage:
6363
with lock.write():
6464
# write lock held here

0 commit comments

Comments
 (0)