Loading
gnomeExtensions/update: Fix Incompatible types in assignment error
Type checking with mypy would complain:
error: Incompatible types in assignment (expression has type "str", variable has type "dict[str, Any]") [assignment]
Admins will be upgrading ORNL GitLab Servers on Saturday, 16 May 2026, from 7 AM until 11 AM EST. Repositories will experience intermittent outages during this time.
Type checking with mypy would complain:
error: Incompatible types in assignment (expression has type "str", variable has type "dict[str, Any]") [assignment]