mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 04:57:54 +00:00
don't know why dict_keys are so confusing to mypy
This commit is contained in:
parent
ffa589d6f8
commit
356a1d0f79
@ -209,7 +209,7 @@ class StorageClientConfig(object):
|
||||
except KeyError:
|
||||
raise MissingPlugin(plugin_name)
|
||||
configured[plugin_name] = plugin
|
||||
return configured
|
||||
return configured # type: ignore
|
||||
|
||||
|
||||
@implementer(IStorageBroker)
|
||||
|
Loading…
Reference in New Issue
Block a user