Skip to content

Commit 047f59e

Browse files
authored
trailing comma
1 parent 287c993 commit 047f59e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_inspect/test_inspect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5786,7 +5786,7 @@ def test_types_module_has_signatures(self):
57865786
'AsyncGeneratorType': {'athrow'},
57875787
'CoroutineType': {'throw'},
57885788
'GeneratorType': {'throw'},
5789-
'FrameLocalsProxyType': {'setdefault', 'pop', 'get'}
5789+
'FrameLocalsProxyType': {'setdefault', 'pop', 'get'},
57905790
}
57915791
self._test_module_has_signatures(types,
57925792
unsupported_signature=unsupported_signature,

0 commit comments

Comments
 (0)