Modified code Pyflakes warning.
File config.py: W402 'os' imported but unused Change-Id: Ie6e728183638312ccfa09e62626e05a49289009b
This commit is contained in:
@@ -15,7 +15,6 @@
|
|||||||
# License for the specific language governing permissions and limitations
|
# License for the specific language governing permissions and limitations
|
||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
import os
|
|
||||||
|
|
||||||
from quantum.common import config
|
from quantum.common import config
|
||||||
from quantum.openstack.common import cfg
|
from quantum.openstack.common import cfg
|
||||||
|
|||||||
Reference in New Issue
Block a user