Files
fastapi-cache/fastapi_cache
Martijn Pieters 32acafa5e0 Correct type hint: namespace is not optional
The namespace argument is positional and will never be `None` so should
not be marked as Optional. It is always a string, and the default is
to pass in an empty string.
2023-04-27 16:11:59 +01:00
..
2023-02-15 10:45:19 +08:00
2023-02-15 10:45:19 +08:00
2022-10-25 08:50:56 +07:00