mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-01-07 05:48:08 -05:00
Add comment explaining cast
This commit is contained in:
parent
8a3dac3c19
commit
c066928915
@ -163,6 +163,8 @@ def cache_in_self(builder: T) -> T:
|
|||||||
|
|
||||||
return dep
|
return dep
|
||||||
|
|
||||||
|
# We cast here as we need to tell mypy that `_get` has the same signature as
|
||||||
|
# `builder`.
|
||||||
return cast(T, _get)
|
return cast(T, _get)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user