From 3c33c95a17bbcdb8ae29db096588786fcc4f2b66 Mon Sep 17 00:00:00 2001 From: bingwang Date: Thu, 22 Sep 2022 02:51:21 -0700 Subject: [PATCH] Add empty line --- tests/common/fixtures/duthost_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/common/fixtures/duthost_utils.py b/tests/common/fixtures/duthost_utils.py index a123d0456b..d6c05e33d3 100644 --- a/tests/common/fixtures/duthost_utils.py +++ b/tests/common/fixtures/duthost_utils.py @@ -481,4 +481,4 @@ def load_dscp_to_queue_map(duthost, port): return dscp_to_queue_map except: logger.error("Failed to retrieve dscp to queue map for port {} on {}".format(port, duthost.hostname)) - return {} \ No newline at end of file + return {}