Files
OpenLLM/typings/docker/credentials/utils.pyi
Aaron Pham c7f4dc7bb2 feat(test): snapshot testing (#107)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-07-10 17:23:19 -04:00

6 lines
202 B
Python
Generated

"""This type stub file was generated by pyright."""
def create_environment_dict(overrides): # -> dict[str, str]:
"""Create and return a copy of os.environ with the specified overrides."""
...