Remove not needed EOL in the tests

This commit is contained in:
Roman Mogylatov 2021-02-01 09:31:49 -05:00
parent 39c2ffbc13
commit 090f535e7c

View File

@ -431,4 +431,3 @@ class DeclarativeContainerTests(unittest.TestCase):
self.assertIsInstance(container.p31, providers.Provider)
self.assertIsInstance(container.p32, providers.Provider)
self.assertIs(container.p11.last_overriding, provider)