Skip to content

Commit 3e87128

Browse files
committed
Disable no-self-use in Disk._write
1 parent 72bbd73 commit 3e87128

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

diskcache/core.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ def store(self, value, read, key=UNKNOWN):
228228
return len(result), MODE_PICKLE, filename, None
229229

230230
def _write(self, full_path, iterator, mode, encoding=None):
231+
# pylint: disable=no-self-use
231232
full_dir, _ = op.split(full_path)
232233

233234
for count in range(1, 11):

0 commit comments

Comments
 (0)