Remove redundant import

This commit is contained in:
Jakub Kadlcik
2017-11-03 00:00:26 +01:00
parent 6214476eaa
commit 998ed79949

View File

@@ -123,8 +123,6 @@ class CoprModuleBuilder(GenericBuilder):
chroots=current_chroots + [chroot])
def _create_module_safe(self):
from copr.exceptions import CoprRequestException
modulemd = self._dump_mmd()
kwargs = {
"username": self.module.copr_owner or self.owner,