Skip to content

Commit cd83d9e

Browse files
committed
typing
1 parent 56f6b7b commit cd83d9e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test_fuzzy_run.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ def from_tar(cls, tar_src: Union[Path, BinaryIO]) -> Self:
9090
files_info: Dict[Path, _FileInfo] = {}
9191

9292
with contextlib.ExitStack() as es:
93+
tar: tarfile.TarFile
9394
if isinstance(tar_src, Path):
9495
tar = es.enter_context(tarfile.open(name=tar_src, mode='r:'))
9596
else:

0 commit comments

Comments
 (0)