Hi! `temp_fs` argument in `WriteTarFs.__init__ ` is annotated as `Text`, but should be `Union[FS, Text]` as it's directly forwarded to `open_fs`.