Merge "Update hacking version"

This commit is contained in:
Zuul
2019-06-24 08:23:35 +00:00
committed by Gerrit Code Review
6 changed files with 17 additions and 15 deletions
+4 -4
View File
@@ -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