mirror of
https://github.com/borgbackup/borg.git
synced 2026-06-11 01:41:57 -04:00
make mypy happy
This commit is contained in:
parent
4f6605b115
commit
90fe56e20a
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ class ChunkerFixed:
|
|||
self.header_size = header_size
|
||||
self.chunking_time = 0.0 # likely will stay close to zero - not much to do here.
|
||||
self.reader_block_size = 1024 * 1024
|
||||
self.reader = None
|
||||
self.reader: FileReader = None
|
||||
self.sparse = sparse
|
||||
|
||||
def chunkify(self, fd: BinaryIO = None, fh: int = -1, fmap: List = None) -> Iterator:
|
||||
|
|
|
|||
Loading…
Reference in a new issue