X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/b9055c7fc8caed025fd28c12532bd462edb8c78d..da0c65e6008cc1dbc88b05ed53553d70ec04e3fd:/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"