mirror of
https://github.com/bentoml/OpenLLM.git
synced 2026-01-31 02:41:51 -05:00
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
6 lines
202 B
Python
Generated
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."""
|
|
...
|