Skip to content

Commit

Permalink
fixup! Assorted style fixes & simplifications (pylint).
Browse files Browse the repository at this point in the history
  • Loading branch information
vpelletier committed May 3, 2015
1 parent 705ed90 commit 237f840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usb1.py
Expand Up @@ -54,7 +54,7 @@
import functools

__all__ = [
'USBContext', 'USBDeviceHandle', 'USBDevice',
'USBContext', 'USBDeviceHandle', 'USBDevice', 'hasCapability',
'USBPoller', 'USBTransfer', 'USBTransferHelper', 'EVENT_CALLBACK_SET',
'USBPollerThread', 'USBEndpoint', 'USBInterfaceSetting', 'USBInterface',
'USBConfiguration', 'DoomedTransferError', 'getVersion', 'USBError',
Expand Down

0 comments on commit 237f840

Please sign in to comment.