1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-25 09:19:31 +00:00

fix pep8 failures

This commit is contained in:
Thomas Waldmann 2016-02-17 01:05:04 +01:00
parent ecdbfcbea2
commit 44c8a4af80
2 changed files with 3 additions and 2 deletions

View file

@ -23,6 +23,7 @@ def fuse_main():
llfuse.main(single=True) llfuse.main(single=True)
return None return None
class ItemCache: class ItemCache:
def __init__(self): def __init__(self):
self.fd = tempfile.TemporaryFile(prefix='borg-tmp') self.fd = tempfile.TemporaryFile(prefix='borg-tmp')