From: Nikolaus Rath Date: Thu, 24 Aug 2017 19:50:23 +0000 (+0200) Subject: Removed unused import. X-Git-Tag: fuse-3.2.0~10 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=00e6794c81e8fd21032de842b3e099e5ce4bd098;p=qemu-gpiodev%2Flibfuse.git Removed unused import. --- diff --git a/test/test_examples.py b/test/test_examples.py index 5c7cddf..6484992 100755 --- a/test/test_examples.py +++ b/test/test_examples.py @@ -19,7 +19,7 @@ from tempfile import NamedTemporaryFile from contextlib import contextmanager from util import (wait_for_mount, umount, cleanup, base_cmdline, safe_sleep, basename, fuse_test_marker, test_printcap, - fuse_caps, fuse_proto) + fuse_proto) from os.path import join as pjoin pytestmark = fuse_test_marker()