Update hacking version
Use latest release 1.1.0 and compatible changes w.r.t pep8 Change-Id: Ifc3b96d98c1a7feff187f953d487e12135887fb9
This commit is contained in:
@@ -28,10 +28,10 @@ import uuid
|
||||
|
||||
import six
|
||||
|
||||
if os.name == 'nt':
|
||||
import msvcrt
|
||||
else:
|
||||
msvcrt = None
|
||||
if os.name == 'nt': # noqa
|
||||
import msvcrt # noqa
|
||||
else: # noqa
|
||||
msvcrt = None # noqa
|
||||
|
||||
from oslo_utils import encodeutils
|
||||
from oslo_utils import strutils
|
||||
|
||||
Reference in New Issue
Block a user