Remove ellipsis from tests to make them pass on Python 2

This commit is contained in:
Roman Mogylatov 2021-02-07 12:18:04 -05:00
parent ce88d50dd2
commit 774f6489b1

View File

@ -354,7 +354,7 @@ class SelfTests(unittest.TestCase):
def test_self_attribute_implicit(self): def test_self_attribute_implicit(self):
class Container(containers.DeclarativeContainer): class Container(containers.DeclarativeContainer):
... pass
container = Container() container = Container()