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:
parent
ecdbfcbea2
commit
44c8a4af80
2 changed files with 3 additions and 2 deletions
|
@ -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')
|
||||||
|
|
Loading…
Reference in a new issue