From 4d90c187a945c04b9949d5ee7738a049dd634897 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Fri, 23 Aug 2019 09:14:39 -0400 Subject: Auto-generated output from python-black Please review the following patch containing the code changes in the repo. This patch is a transition patch and is the auto-generated output of the python-black tool. Change-Id: I2d2de71da8a105fb62b561899ae78441ddab4032 Signed-off-by: Thanh Ha --- tests/duplicates/test_duplicates.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/duplicates') diff --git a/tests/duplicates/test_duplicates.py b/tests/duplicates/test_duplicates.py index 0a90c9b4..d22aea2a 100644 --- a/tests/duplicates/test_duplicates.py +++ b/tests/duplicates/test_duplicates.py @@ -23,10 +23,10 @@ from tests.base import mock class TestCaseModuleDuplicates(base.SingleJobTestCase): - fixtures_path = os.path.join(os.path.dirname(__file__), 'fixtures') + fixtures_path = os.path.join(os.path.dirname(__file__), "fixtures") scenarios = base.get_scenarios(fixtures_path) - @mock.patch('jenkins_jobs.builder.logger', autospec=True) + @mock.patch("jenkins_jobs.builder.logger", autospec=True) def test_yaml_snippet(self, mock_logger): if os.path.basename(self.in_filename).startswith("exception_"): -- cgit