Commit 7f45f6da authored by Kirill Smelkov's avatar Kirill Smelkov

*: Fix pyflakes

    (zdev+py39.env) kirr@deca:~/src/wendelin/z/zodbtools/zodbtools$ python3 -m pyflakes .
    ./test/test_dump.py:32:1: 'pytest.xfail' imported but unused

Unused xfail import was there in test_dump.py from 425e6656 (dump,
commit: Test for both non-empty and empty transaction extensions).
parent df9b1425
......@@ -29,7 +29,7 @@ from ZODB.utils import p64
from io import BytesIO
from zodbtools.test.testutil import fs1_testdata_py23
from pytest import mark, raises, xfail
from pytest import mark, raises
from six import PY3
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment