mirror of
https://github.com/python/cpython.git
synced 2024-12-24 01:05:10 +08:00
fix trailing whitespace
This commit is contained in:
parent
092af1fc5c
commit
745ccf8b1a
@ -52,7 +52,6 @@ class TestAliasWorking(unittest.TestCase):
|
||||
def test_alias_working(self):
|
||||
e = cET_alias.Element('foo')
|
||||
self.assertEqual(e.tag, 'foo')
|
||||
|
||||
|
||||
@unittest.skipUnless(cET, 'requires _elementtree')
|
||||
class TestAcceleratorImported(unittest.TestCase):
|
||||
|
Loading…
Reference in New Issue
Block a user