drop unused import in test

This commit is contained in:
Mike McLean 2025-04-28 10:33:51 -04:00 committed by Tomas Kopecek
parent 85c1a1b2c9
commit b71e690b94

View file

@ -8,7 +8,6 @@ import unittest
from kojihub import kojihub
import koji
from koji import GenericError
class TestHandleUpload(unittest.TestCase):