flake8: fix import order, xml is a system package

Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
Nils Philippsen 2019-12-18 15:34:46 +01:00
parent 87cbf38a29
commit fcbb4eea2c

View file

@ -16,10 +16,10 @@ import hashlib
import logging
import os
import time
from xml.etree.ElementTree import ParseError
from defusedxml import cElementTree as etree
import requests
from xml.etree.ElementTree import ParseError
KOJI_REPO = 'https://kojipkgs.fedoraproject.org/repos/'