Skip to content

Commit f5a17ff

Browse files
committed
Shutup pylint
1 parent 9380c78 commit f5a17ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

diskcache/persistent.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -530,6 +530,7 @@ def reverse(self):
530530
['c', 'b', 'a']
531531
532532
"""
533+
# pylint: disable=protected-access
533534
# GrantJ 2019-03-22 Consider using an algorithm that swaps the values
534535
# at two keys. Like self._cache.swap(key1, key2, retry=True) The swap
535536
# method would exchange the values at two given keys. Then, using a

0 commit comments

Comments
 (0)