From 1030dd083c437baad139a43c911cacc030c24521 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Thu, 29 Aug 2019 15:31:14 -0700 Subject: [PATCH] Fix pylint errors in lifted.upload --- src/lifted/upload.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/lifted/upload.py b/src/lifted/upload.py index ddd90af6..d86427d5 100644 --- a/src/lifted/upload.py +++ b/src/lifted/upload.py @@ -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