X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/b9055c7fc8caed025fd28c12532bd462edb8c78d..e29184d8573c1cff6b22aeaee8942be9da435105:/lib/wlapi/tests.py diff --git a/lib/wlapi/tests.py b/lib/wlapi/tests.py index a12ab068..777be3dd 100644 --- a/lib/wlapi/tests.py +++ b/lib/wlapi/tests.py @@ -11,7 +11,7 @@ from nose.core import runmodule import wlapi -class FakeDocument(): +class FakeDocument: def __init__(self): self.text = "Some Text"