Update pep8 import order check

Set flake8-import-order version to 0.17.1
Full py3 compatible version.
Add all Python3 modules to stdlib list.

Change-Id: I3ef01e49c0e6822368146434f056ac7a1aa7ce4d
This commit is contained in:
Riccardo Pittau
2020-05-11 14:08:17 +02:00
parent 17d1b79a57
commit a5129fbdb3
13 changed files with 20 additions and 7 deletions

View File

@@ -36,10 +36,11 @@ import string
import struct
import weakref
import six
import pyghmi.constants as const
import pyghmi.exceptions as exc
import pyghmi.ipmi.private.constants as ipmiconst
import six
try:
import cPickle as pickle