Skip to content

Commit

Permalink
Remove workaround for fixed bug
Browse files Browse the repository at this point in the history
  • Loading branch information
dseomn committed Oct 25, 2024
1 parent 1ac20c7 commit d698f05
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions salt/file/xmpp/dump.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,7 @@ def _ejabberd_tempdir(
),
stdin=subprocess.PIPE,
)
# TODO(https://github.com/python/mypy/issues/15031): Remove type ignore.
shutil.copyfileobj( # type: ignore
shutil.copyfileobj(
cast(IO[bytes], tar_create.stdout),
cast(IO[bytes], tar_extract.stdin),
)
Expand Down

0 comments on commit d698f05

Please sign in to comment.