cog icon indicating copy to clipboard operation
cog copied to clipboard

Change config's type to TypedDict instead of Dict.

Open JacekDuszenko opened this issue 1 year ago • 1 comments

Added a new TypedDict representing config.yaml contents and replaced config's types around the codebase.

@allcontributors please add @JacekDuszenko for code

JacekDuszenko avatar Feb 11 '24 20:02 JacekDuszenko

CI failure:

python/cog/predictor.py:28:1: I001 [*] Import block is un-sorted or un-formatted
python/cog/server/http.py:27:1: I001 [*] Import block is un-sorted or un-formatted
python/cog/types.py:1:1: I001 [*] Import block is un-sorted or un-formatted

yorickvP avatar Feb 12 '24 19:02 yorickvP