]> git.ipfire.org Git - thirdparty/starlette.git/commit
Add overload for cast as Callable in Config.__call__ (#1378)
authorPetter Friberg <petter@5monkeys.se>
Tue, 8 Feb 2022 10:51:52 +0000 (11:51 +0100)
committerGitHub <noreply@github.com>
Tue, 8 Feb 2022 10:51:52 +0000 (10:51 +0000)
commit1ea624bf10c2dfd3a4e2f23888fa4df383e4b6b1
treeb000520230865d1f8401ecb8226dce2f2f794308
parenta2d7cdf50f8fd2966a95e2b545ba17e0fcaed429
Add overload for cast as Callable in Config.__call__ (#1378)

Co-authored-by: Tom Christie <tom@tomchristie.com>
starlette/config.py
tests/test_config.py