mirror of
https://github.com/python/cpython.git
synced 2025-10-17 20:28:43 +00:00
bpo-31462: Remove trailing whitespaces. (#3564)
This commit is contained in:
parent
312ffead1e
commit
13ad3b7a82
21 changed files with 62 additions and 62 deletions
|
@ -2018,7 +2018,7 @@ class TestSignatureObject(unittest.TestCase):
|
|||
((('args', ..., ..., 'var_positional'),), ...))
|
||||
self.assertEqual(self.signature(A.f3),
|
||||
((('args', ..., ..., 'var_positional'),), ...))
|
||||
self.assertEqual(self.signature(A.f4),
|
||||
self.assertEqual(self.signature(A.f4),
|
||||
((('args', ..., ..., 'var_positional'),
|
||||
('kwargs', ..., ..., 'var_keyword')), ...))
|
||||
@cpython_only
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue