Add missing third party modules (#8321)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Co-authored-by: hauntsaninja <>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
Shantanu
2022-07-19 00:11:29 -07:00
committed by GitHub
parent 46937df750
commit 4b34b345f1
14 changed files with 131 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
from typing import Any
version_json: str
def get_versions() -> dict[str, Any]: ...