You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's almost certainly at least dict[int | str, object], even if we don't want to enforce more than that. The key here is a zone id, which I think is already well typed?
Mostly this would aid the scorer, though it may be easier for the scorer to work around this with generics.
The text was updated successfully, but these errors were encountered:
It's almost certainly at least
dict[int | str, object]
, even if we don't want to enforce more than that. The key here is a zone id, which I think is already well typed?Mostly this would aid the scorer, though it may be easier for the scorer to work around this with generics.
The text was updated successfully, but these errors were encountered: