mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-02-11 17:10:57 +03:00
Remove ellipsis from tests to make them pass on Python 2
This commit is contained in:
parent
ce88d50dd2
commit
774f6489b1
|
@ -354,7 +354,7 @@ class SelfTests(unittest.TestCase):
|
|||
|
||||
def test_self_attribute_implicit(self):
|
||||
class Container(containers.DeclarativeContainer):
|
||||
...
|
||||
pass
|
||||
|
||||
container = Container()
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user