Follow flake8 import order

This commit is contained in:
Dirk Mueller 2018-11-26 10:14:17 +01:00
parent f1eb3d43ea
commit 8f1b936795

View File

@ -11,12 +11,29 @@
from __future__ import print_function
import cmdln
import datetime
import json
import logging
import os
import re
import signal
import sys
import time
from xml.etree import cElementTree as ET
import cmdln
from openqa_client.client import OpenQA_Client
import osc
from osc.core import makeurl
from osclib.conf import Config
from osclib.stagingapi import StagingAPI
import pika
import yaml
try:
from urllib.error import HTTPError
@ -24,21 +41,6 @@ except ImportError:
# python 2.x
from urllib2 import HTTPError
import logging
import signal
import time
import yaml
import pika
from xml.etree import cElementTree as ET
from openqa_client.client import OpenQA_Client
import osc
from osclib.conf import Config
from osclib.stagingapi import StagingAPI
from osc.core import makeurl
logger = logging.getLogger()
# QA Results