Fix pylint errors in lifted.upload

This commit is contained in:
Brian C. Lane 2019-08-29 15:31:14 -07:00
parent de314a0046
commit 1030dd083c
1 changed files with 1 additions and 3 deletions

View File

@ -1,5 +1,5 @@
#
# Copyright (C) 2018-2019 Red Hat, Inc.
# Copyright (C) 2019 Red Hat, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@ -16,8 +16,6 @@
#
from datetime import datetime
from enum import Enum
from functools import partial
import logging
from multiprocessing import current_process
import os