mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-25 17:23:02 +08:00
Previously, `Container.exec_run` and `Container.get_archive` missed type hints on `cmd` and `path` arguments, respectively. Added type hints based on docstring.