Navigation Menu

Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
Signed-off-by: mulhern <amulhern@redhat.com>
  • Loading branch information
mulkieran committed May 8, 2018
1 parent 6142e9d commit ccc86cc
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 12 deletions.
3 changes: 0 additions & 3 deletions src/pyudev/_ctypeslib/libudev.py
Expand Up @@ -34,12 +34,9 @@
from ctypes import c_int
from ctypes import c_uint
from ctypes import c_ulonglong
from ctypes import CDLL
from ctypes import Structure
from ctypes import POINTER

from ctypes.util import find_library

from ._errorcheckers import check_errno_on_nonzero_return
from ._errorcheckers import check_errno_on_null_pointer_return
from ._errorcheckers import check_negative_errorcode
Expand Down
1 change: 0 additions & 1 deletion tests/_constants.py
Expand Up @@ -33,7 +33,6 @@
import pytest

from pyudev import Context
from pyudev import Device
from pyudev import Devices
from pyudev import DeviceNotFoundError

Expand Down
1 change: 0 additions & 1 deletion tests/_device_tests/_attributes_tests.py
Expand Up @@ -27,7 +27,6 @@

import os
import stat
import sys

from hypothesis import given
from hypothesis import settings
Expand Down
1 change: 0 additions & 1 deletion tests/_device_tests/_devices_tests.py
Expand Up @@ -31,7 +31,6 @@
from hypothesis import assume
from hypothesis import given
from hypothesis import settings
from hypothesis import strategies

import pytest

Expand Down
4 changes: 0 additions & 4 deletions tests/test_enumerate.py
Expand Up @@ -18,23 +18,19 @@
from __future__ import (print_function, division, unicode_literals,
absolute_import)

import pytest
import mock

from hypothesis import given
from hypothesis import settings
from hypothesis import strategies

from pyudev import Enumerator

from ._constants import _ATTRIBUTE_STRATEGY
from ._constants import _CONTEXT_STRATEGY
from ._constants import _MATCH_PROPERTY_STRATEGY
from ._constants import _SUBSYSTEM_STRATEGY
from ._constants import _SYSNAME_STRATEGY
from ._constants import _TAG_STRATEGY
from ._constants import _UDEV_TEST
from ._constants import _UDEV_VERSION
from ._constants import device_strategy

from .utils import failed_health_check_wrapper
Expand Down
1 change: 0 additions & 1 deletion tests/test_pypi.py
Expand Up @@ -29,7 +29,6 @@

import py.path
import pytest
import docutils.utils # Work around Docutils bug 214
from docutils import io, readers
from docutils.core import publish_doctree, Publisher
from docutils.transforms import TransformError
Expand Down
1 change: 0 additions & 1 deletion tests/utils/udev.py
Expand Up @@ -34,7 +34,6 @@
import os
import re
import errno
import random
import subprocess
from collections import Iterable, Sized

Expand Down

0 comments on commit ccc86cc

Please sign in to comment.