Fix OpenStack StyleGuide rule H216 (On by default in latest version) (#7535)
ref: b921c4de51
This commit is contained in:
parent
a7493e26e1
commit
b599f3084f
1 changed files with 1 additions and 1 deletions
|
@ -13,8 +13,8 @@
|
|||
# under the License.
|
||||
|
||||
import inventory
|
||||
import mock
|
||||
import unittest
|
||||
from unittest import mock
|
||||
|
||||
from collections import OrderedDict
|
||||
import sys
|
||||
|
|
Loading…
Reference in a new issue