Skip to content

Commit fee5256

Browse files
committed
Reduce the diff.
1 parent 70cc4db commit fee5256

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Lib/test/test_types.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@ def test_names(self):
5353
'AsyncGeneratorType', 'BuiltinFunctionType', 'BuiltinMethodType',
5454
'CapsuleType', 'CellType', 'ClassMethodDescriptorType', 'CodeType',
5555
'CoroutineType', 'EllipsisType', 'FrameType', 'FunctionType',
56-
'FrameLocalsProxyType', 'GeneratorType', 'GenericAlias',
57-
'GetSetDescriptorType', 'LambdaType', 'MappingProxyType',
58-
'MemberDescriptorType', 'MethodDescriptorType', 'MethodType',
59-
'MethodWrapperType', 'ModuleType', 'NoneType', 'NotImplementedType',
60-
'SimpleNamespace', 'TracebackType', 'UnionType',
61-
'WrapperDescriptorType',
56+
'GeneratorType', 'GenericAlias', 'GetSetDescriptorType',
57+
'LambdaType', 'MappingProxyType', 'MemberDescriptorType',
58+
'MethodDescriptorType', 'MethodType', 'MethodWrapperType',
59+
'ModuleType', 'NoneType', 'NotImplementedType', 'SimpleNamespace',
60+
'TracebackType', 'UnionType', 'WrapperDescriptorType',
61+
'FrameLocalsProxyType'
6262
}
6363
self.assertEqual(all_names, set(c_types.__all__))
6464
self.assertEqual(all_names - c_only_names, set(py_types.__all__))

0 commit comments

Comments
 (0)