Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84970e6 commit 466700cCopy full SHA for 466700c
1 file changed
mypy/maptype.py
@@ -93,4 +93,4 @@ def instance_to_type_environment(instance: Instance) -> Dict[int, Type]:
93
94
"""
95
# Type variables bound by a class have `id` of 1, 2, etc.
96
- return {i+1: instance.args[i] for i in range(len(instance.args))}
+ return {i + 1: instance.args[i] for i in range(len(instance.args))}
0 commit comments