flake8 fix

This commit is contained in:
Tomas Kopecek 2020-09-22 09:50:37 +02:00
parent 90ab8e7266
commit 73aa437d45

View file

@ -3,6 +3,7 @@ import unittest
import kojihub
class TestGetBuildConfig(unittest.TestCase):
@mock.patch('kojihub.readFullInheritance')